Question: Please use java and post completely code Write the class Bank which can contain multiple bank accounts. A bank account must have these methods: addAccount(initialBalance,
Please use java and post completely code
Write the class Bank which can contain multiple bank accounts.
A bank account must have these methods:
addAccount(initialBalance, customerName)
deposit(accountNumber, amount)
withdraw(accountNumber, amount)
getBalance(accountNumber)
transfer(fromAccountNumber, toAccountNumber, amount)
getAccountInfo(accountNumber)
Write the class TestBank and test your Bank class.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
