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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!