10 Create a bank customer class with the following data members name, account number, account type, status (active/dorma
Posted: Sat May 14, 2022 4:09 pm
write a c++ program
10 Create a bank customer class with the following data members name, account number, account type, status (active/dormant), balance and last transaction date. Write a C++ program to do the following: Shhbyname 00) Display the name of the customer given the account number Withdraw funds given the amount. Deny the withdrawal transaction if balance becomes less than 1000. (iii) Change the status of the account from active to dormant if no transactions occurred in the past one year. Fynlain the diff
10 Create a bank customer class with the following data members name, account number, account type, status (active/dormant), balance and last transaction date. Write a C++ program to do the following: Shhbyname 00) Display the name of the customer given the account number Withdraw funds given the amount. Deny the withdrawal transaction if balance becomes less than 1000. (iii) Change the status of the account from active to dormant if no transactions occurred in the past one year. Fynlain the diff