This code simulates an ATM machine with basic features like creating a PIN, depositing, withdrawing, checking balance, and exiting. It's a text-based program that can be run in a console.
- Create PIN: Set your 4-digit PIN.
- Deposit: Add money to your account.
- Withdraw: Withdraw money from your account.
- Check Balance: Display your account balance.
- Exit: Quit the ATM.
This code simulates an ATM machine with a graphical user interface (GUI) for a more user-friendly experience. It offers features like entering a PIN, depositing, withdrawing, checking balance, and more.
- Enter PIN: Enter your 4-digit PIN securely.
- Deposit: Add money to your account.
- Withdraw: Safely withdraw money from your account.
- Check Balance: Instantly check your account balance.
- Run the program.
- Enter your PIN.
- Choose from the available options (Deposit, Withdraw, or Check Balance).
- Follow the on-screen instructions.
- Enjoy the ATM experience with a graphical interface!