Skip to content

ATM Console Based Application performs the common operations like show balance, deposit, withdraw, transfer, show transaction histroy,quit.

Notifications You must be signed in to change notification settings

sidduganeshsid/ATM-Interface-Core-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

18 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🏧 ATM-Interface-Console-Based-Application

ATM Console Based Application performs the common operations like show balance, deposit, withdraw, transfer, show transaction histroy,quit.

mainOutput opr3 opr1 opr2 opr4 opr5 opr6

  • This repository represents " ATM Console Based Application "

πŸ“ Description

  • This repo explains basics about how common operations are performed in ATM application.
  • Written in Java.

⏳ Inputs

  • UserId : user123
  • Pin : 1234
  • Accounts : AC001 , AC002 , AC003
  • default balance in accounts : AC001 = 15000 , AC002 = 10000 , AC003 = 5000

πŸ› οΈ Requirements

  • JDK 8 or above

Execution

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

About

ATM Console Based Application performs the common operations like show balance, deposit, withdraw, transfer, show transaction histroy,quit.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages