- Implemented a basic Banking Application that allows to users to perform various banking operations like checking balance, withdrawing, depositing and viewing previous transactions.
- Created a BankAccount class with methods for deposit , withdrawal and viewing previous transation.
- Utilized the scanner class to read user input and switch case statements for menu selection.