ATM Simulator ATM Simulator is a console-based C++ program that mimics the basic functionalities of an Automated Teller Machine (ATM). Users can perform actions like checking balance,transaction history, transfer funds, withdrawing cash, and depositing money.
Features Check account balance
Withdraw cash with balance validation
Deposit money
PIN authentication simulation
Simple and interactive console interface
How to Run Compile the program using a C++ compiler (e.g., g++ atm_simulator.cpp -o atm_simulator)
Run the executable (./atm_simulator or atm_simulator.exe)
Follow on-screen prompts to use the ATM simulator
Author Created by Shreya Gupta Email: your shreyagupta1109.sg@gmail.com GitHub : shreyagupta2006