/bankManagementSoftware

Simplest software that you can deal with bank accounts and transactions.

Primary LanguageJava

Bank Management Software

  • Simplest software that you can deal with bank accounts and transactions.

  • Console application that works as a bank service (deposit,withdraw and get balance).

  • Create class Bank Account

    • Create methods that calculate the balance (deposit and withdraw)
    • Create one method (menu) that get input from the use
  • Instanciate the class Bank Account