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:
- Check account balance
- Make a deposit
- Make a withdraw
- View previous transactions
- Calculate interest accrued over a number of years
- Exit the account
This application utilizes print statements, if/else statements, loops, methods, strings and ints