It is an ATM machine program using C++. In this program, some basic functions of ATM machine are performed (such as credit amount, withdrawal the amount ).
It is an ATM machine program using C++. In this program, some basic functions(to credit, to withdraw, to search the account) are performed using class and object in C++. In this program, a switch case is also used.[I have taken input for two accounts only.]
This code is done in virtual studio code.
Three functions are declared:-
1)input() - to get the account details like account number, account holders name, balance.
2)output()- to give details of the account.
3)search()- to search an account using an account number.
Submitted by Harshali Kardak (harshalikardak)
Download packets of source code on Coders Packet
Comments