Page 1 of 1

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
by answerhappygod
10 Create A Bank Customer Class With The Following Data Members Name Account Number Account Type Status Active Dorma 1
10 Create A Bank Customer Class With The Following Data Members Name Account Number Account Type Status Active Dorma 1 (19.7 KiB) Viewed 50 times
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