ATM Console Based Application performs the common operations like show balance, deposit, withdraw, transfer, show transaction histroy,quit.
- This repository represents " ATM Console Based Application "
- This repo explains basics about how common operations are performed in ATM application.
- Written in Java.
- UserId : user123
- Pin : 1234
- Accounts : AC001 , AC002 , AC003
- default balance in accounts : AC001 = 15000 , AC002 = 10000 , AC003 = 5000
- JDK 8 or above
- Download and install Java in your Machine
- setup the environmental variable
$ C:\Program Files\Java\jdk1.8.0_351\bin - Download the ATMmain code
- open cmd with the ATMmain code present location
- compile
$ javac ATMmain.java - run
$ java ATMmain - Runs on Console...






