this project is a simple simulation of an ATM machine using c++.
-
Ensure you have the g++ compiler installed.
-
compile in the VS Code terminal: 'g++ ATM-Simulation.cpp -o ATM_Run'
-
Run the program: './ATM_Run'
- shiv singh chouhan (shivchouhan392@gmail.com)