This Java-based console application simulates an ATM interface. It allows users to log in using a PIN and perform basic banking operations such as checking balance, depositing cash, and withdrawing cash through a menu-driven system.
- π Secure login with PIN authentication
- π Menu-driven interface:
- Check balance
- Deposit cash
- Withdraw cash
- Exit system
- π Continuous operation using loops
- π» Console-based user interaction
- Ensure you have Java installed.
- Compile the program: