akkupy / codeDump

Drop your code snippets here!
GNU General Public License v3.0
55 stars 252 forks source link

Atm machine #562

Closed Lsam18 closed 9 months ago

Lsam18 commented 9 months ago

C program that simulates a simple ATM (Automated Teller Machine) interface. It allows users to check their balance, deposit money, withdraw money, and exit the program. The user's account balance is stored as a variable in memory for simplicity.