This is a mock up of an ATM machine. All the interactions done upon debugging is temporary, and the programme does not have any history nor file interactions.
- Withdraw money
- Deposit money
- Check balance
- Transfer money
For best experience, we recommend the Visual Studio Code IDE.
Make sure Java is installed on your computer. You can download it from the official Java website.
Clone or download this repository to your local machine:
git clone https://github.com/Schumann1237/BankingSystem.git
cd BankingSystemOr simply download and extract the ZIP file.
Type this into the Visual Studio Code terminal.
java BankingSystem.java