ATM Interface Program in Java
This Java project implements a basic ATM (Automated Teller Machine) interface. It allows users to log in, check their account balance, withdraw money, deposit money, and exit the system. The program is designed to provide a simple and user-friendly experience for managing banking transactions.
- User Authentication: Secure user authentication process using userID and PIN.
- Menu Interface: Clear and interactive menu for users to navigate through various options.
- Balance Inquiry: Check the current account balance.
- Withdrawal: Withdraw money from the account with proper validation.
- Deposit: Deposit money into the account with appropriate updates.