Questions tagged [bank]
169 questions
2
votes
3 answers
Bank Account Program, Change Balance
I'm trying to get the balance to change in the account after a withdraw but it just stays at 10.00. I don't know how to properly apply a method in SavingsAccount that will change it. I tried but had no success.
import java.util.Date;
public class…

Edward Lavaire
- 31
- 2
- 4
- 9
2
votes
3 answers
How do I make my program able to handle other symbols input by users? while/try-catch? (java)
I'm new to programming and currently I'm writing the menu for a bank.
The user gets to choose, whether he/she is an admin or a customer by pressing 1 or 2. I want to write the code so that, if the user types other symbols than ints the program will…

Henrik
- 23
- 4
2
votes
1 answer
Handle payment via bank transfer for Rails
I am building a rails application for place booking. The app should be able to facilitate bank transfer (not VISA/Mastercard direct payment) for payment. Basically we let users know our bank account number. User can then pay via iBanking / go to…

Yudho Ahmad Diponegoro
- 325
- 4
- 13
2
votes
4 answers
Simple Java Bank Atm login looping error
First time posting, and people here seem helpful.
I'm currently coding my 2nd assignment of a simple bank atm/account. My login code for the users pin is not doing the following.
1. Returning back to the start of the loop when the pin is not found…

Nomz
- 31
- 1
- 3
2
votes
3 answers
How to verify new AdMob bank account (payment option)?
I've just recently upgraded to the new AdMob format (26th of August 2013), and I'm now unable to find the section for verifying my bank account. Where can this be done?
According to their own help system it should be under "Payment settings", which…

TragedyStruck
- 586
- 8
- 24
2
votes
3 answers
Java Bank Account Synchronization example. Fail to see how solution works
https://i.stack.imgur.com/D01ja.png
So, I'm reading a pdf about synchronization that shows the above example problem. A bit later, the following is presented, presumably as a solution:
class Account
{
private double balance;
public…

user1015682
- 70
- 6
1
vote
2 answers
Save banking account data secure
I need to save banking account data in a web project.
The project is asp.net mvc 3 and the database is MSSQL 2008 R2.
But how should I do that secure?
My solutions are:
Solution: Encrypt the Data with TripleDESCryptoServiceProvider and save them to…

Chris
- 1,610
- 3
- 18
- 37
1
vote
1 answer
Email bank account information from form
A client wants a registration form on their website which contains, among other fields, spaces for bank account information (including sort code and account number). The form will not submit the data to a database, so there is no storage of this…

user885609
- 93
- 2
- 9
1
vote
1 answer
How do you use Math.floor so that the output of the input tag gets rounded down
I'm making an "Bank" page for school. One of the criterias are that the input number (deposit or withdraw) must be rounded down, so no commas. But i can't seem to figure it out. I've also tried to restrict the input så that you can't enter anny…

Portello
- 25
- 5
1
vote
1 answer
How do I format an account name and/or sort code using Javascript?
I am posting this question with my answer so far but would like to invite other solutions as I am not 100% sure about mine.
It will:
Automatically place the dashes in the right place so the user only has to enter the digits.
Can be any size. You…

Watts Epherson
- 692
- 5
- 9
1
vote
1 answer
Print stream does not format all values to 2 decimal places, but only some of them for text file
I am asked to make a bank account java program. I have made it and the values in the regular print works, but when I use print stream for the text file, half of the values have been changed, but the other half have not been changed to two decimal…

Aortax
- 23
- 6
1
vote
1 answer
STM32H7 bank swap break at address 0x81006fe
I am trying to do a bank swap with the ST32 H743ZI2. I wasted much of time to fix it but I didn't get it. Maybe because I'm new in STM32 controllers.
I copied the bank swap code from STM32CubeH7 Firmware Examples and did a few modifications…

scheinwerfer
- 36
- 7
1
vote
3 answers
How do I programatically download bank of America transactions?
I use quicken, which can automatically download bank of America transactions. However, it truncates all the payees so I lose data. I'd like to work around this and I'm thinking of downloading the transaction data and generating my own QFX file with…

Bobby Dore
- 499
- 5
- 13
1
vote
1 answer
how to create a MySql query to display running balance from credit and debit where multiple customers have indivdual balances
I have a table as with the structure below:
The Table is a simple credit and debit table for different customers ( each customer has his own ID).
Transactions take place on different dates. Each transaction has its own ID which is chronologically…

Holkar
- 9
- 4
1
vote
1 answer
Remove bank account details from new order email in WooCommerce
Maybe you can give me a hand with this problem. I need to remove the bank account information (BACS) from the new order email if the client select to pay with credit card and leave it if they select direct bank transfer. Right now the info appears…

Fran
- 105
- 2
- 10