A miniproject on implementing operations of ATM Machine which includes Deposit, withdraw of amount and balance enquiry of an account using C++.
Since it is an ATM Machine. Initially I declared some of the accounts and initialized the amount to zero. And doing following operations on that account.
1.Deposit
2.Withdrawal
3.Balance Enquiry
1.Deposit
2.Withdrawal
3.Balance Enquiry