Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 403 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 403 Bytes

Banking-Application

  • 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.