An ATM, which stands for automated teller machine, is a specialized computer that makes it convenient to manage a bank account holder's funds. It allows a person to check account balances, withdraw or deposit money, print a statement of account activities or transactions, and even purchase stamps.
In this program we will see a basic ATM transaction program. This is very simple which consist of only user defined methods, switch statement and
some pre-defined functions .
In our program there will be no pin authentication and there are basic deduction and credit of money in a single account.
The default amount in account is 10,000 and limit of deposit of account is 1,00,000 and least deposit is 500.
This is the interface of our ATM program, In this firstly it greets you and show the operations to perform.
we have to give your option to system from 1 to 4.
To download the source code hit on download button