Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 455 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 455 Bytes

ATM INTERFACE using Java

We have all come across ATMs in our cities and it is built on Java. This complex project consists of five different classes and is a console-based application. When the system starts the user is prompted with user id and user pin. On entering the details successfully, then ATM functionalities are unlocked. The project allows to perform following operations:

  1. Transactions History
  2. Withdraw
  3. Deposit
  4. Transfer
  5. Quit