engichang1467 / ATM-Simulator-Java

Writing my ATM Simulator in Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ATM Simulator in Java

Writing my ATM Simulator in Java

To run this program

make

The Welcome page is like this

Welcome to my ATM Simulator

Enter any option to be served!

1. Withdraw
2. Deposit
3. Balance

To Deposit

Please enter amount to deposit: 1000
Thank you for depositing, new balance is: $1000.

Do you want another transection?
Press 1 to proceed and 2 to exit

To Withdraw

Please enter amount to withdraw: 90
You have withdraw $90.00 and your new balance is $910.00

Do you want another transection?
Press 1 to proceed and 2 to exit

To check Balance

You bank balance is: $910.00

Do you want another transection?
Press 1 to proceed and 2 to exit

To Exit

Thanks for using our service!!! 
Have a nice day

About

Writing my ATM Simulator in Java


Languages

Language:Java 98.2%Language:Makefile 1.8%