ATM Simulation in Java
This is a simple ATM (Automated Teller Machine) simulation program written in Java using the Scanner class for user input. It allows users to:
• Check account balance
• Deposit money
• Withdraw money
• View mini statement (transaction history)
• Exit the ATM system