Bank Account C++ Program using classes || Object-oriented programming

preview_player
Показать описание
To write a C++ program with member functions to
a) Assign initial values
b) To deposit an account
c) To withdraw an amount after checking the balance
d) To display name and balance.

ALGORITHM
1) start
2) create a class bankAccount
3) create variables for name, account type, account no, balance
4) create a function to assign values to created variables
5) create a function to deposit money
6) create a function to withdraw money
7) create a function to print account details
8) create a display function to show option menu to users
9) stop
Рекомендации по теме
welcome to shbcf.ru