- 1
Write a C++ program that stores the following information related to Bank Accounts:
Write a C++ program that stores the following information related to Bank Accounts: Account holder's name, 10 digit account number, type of account (Whether savings or current), current balance and annual salary. Initialise the above parameters for 10 account holders and populate the respective fields with proper data. Define a function corrupt() to determine who is the most corrupt, if any, among the ten account holders. There may be no corrupt person among the ten account holders.
1 Réponse
+ 9
Have you tried doing yourself yet?