This is a simple ATM simulation console app written in C#.
The application allows the user to:
- β Check balance
- β Deposit money
- β Withdraw money
- Initial balance is 1000 TL (can be customized).
- User-friendly menu with validation.
- Prevents invalid or insufficient balance withdrawals.
- Clone this repository:
git clone https://github.com/kaganay/ATM-ConsoleApp.git