You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple ATM simulation in Java using OOP concepts. It includes PIN verification, balance check, deposit, and withdrawal features via command-line. Designed to practice Java basics like classes, methods, conditions, and user input.