akkupy / codeDump

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

Atm #560

Closed Lsam18 closed 1 year ago

Lsam18 commented 1 year 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.