Write a C++ program that stores the following information related to Bank Accounts: | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 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.

2nd Oct 2018, 7:36 PM
Suresh Thiyam
Suresh Thiyam - avatar
1 Answer
+ 9
Have you tried doing yourself yet?
3rd Oct 2018, 8:24 AM
blACk sh4d0w
blACk sh4d0w - avatar