<=Back
Write a C++ program that has the following data members and member functions:
Data members;
•Account number
•Amount of balance in the account
Member functions:
•Accept deposited amount
•Default constructor to initialize the variables
•Display account name and balance
The program should accept account number and amount entered for depositing. The program should then output the account number and account balance
 Viewed: 460 times
Share in: