This is a simple ATM simulation program written in Java. It allows users to log in with a customer number and PIN, view account balances, withdraw and deposit money, and navigate between checking and savings accounts.
- User authentication with customer number and PIN
- Checking and savings account management
- View balances
- Deposit and withdraw money
- Console-based user interface
ATM-Project/
├── src/
│ ├── Bank/
│ │ ├── ATM.java # Main class, entry point
│ │ ├── Account.java # Manages account data and transactions
│ │ ├── OptionMenu.java # Handles user interactions and menus
├── README.md # Project documentation
├── .gitignore # Git ignore file
├── pom.xml (if using Maven) # Maven dependencies (if applicable)
- Java Development Kit (JDK) installed
- IDE (such as IntelliJ IDEA, Eclipse, or VS Code) or command line tools
- Clone the repository:
git clone https://github.com/Jalo1982/ATM-Project.git
- Java Development Kit (JDK) installed
- IDE (such as IntelliJ IDEA, Eclipse, or VS Code) or command line tools
- Clone the repository:
git clone https://github.com/Jalo1982/ATM-Project.git