Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 458 Bytes

File metadata and controls

13 lines (10 loc) · 458 Bytes

java-banking-application

This is a simple banking application that acts like a checking or savings account in Java. The account holder is able to chose from the below options:

  1. Check account balance
  2. Make a deposit
  3. Make a withdraw
  4. View previous transactions
  5. Calculate interest accrued over a number of years
  6. Exit the account

This application utilizes print statements, if/else statements, loops, methods, strings and ints