Create C++ program that manage a student system that will use data about 100 customer
accounts from a file, this includes the account number, first name, last name and balance.
The available operations in a menu:
1. View all data stored from file
2. View the names whose balances more than the average balance.
3. List the balance for a customer whose account number is entered by user.
4. List the name of the customer and his account number, who has the maximum balance.
5. Search for an account number, and state whether it is found or not and view the name
when you find it.
6. Modify the balance for a given account number.
7. Save modified data in file.
8. Exit
Hints: you should use parallel arrays, suitable function for each operation, files.
السؤال
Anwar Shweiki
Banking Record System
Create C++ program that manage a student system that will use data about 100 customer
accounts from a file, this includes the account number, first name, last name and balance.
The available operations in a menu:
1. View all data stored from file
2. View the names whose balances more than the average balance.
3. List the balance for a customer whose account number is entered by user.
4. List the name of the customer and his account number, who has the maximum balance.
5. Search for an account number, and state whether it is found or not and view the name
when you find it.
6. Modify the balance for a given account number.
7. Save modified data in file.
8. Exit
Hints: you should use parallel arrays, suitable function for each operation, files.
2 أجوبة على هذا السؤال
Recommended Posts
انضم إلى النقاش
يمكنك أن تنشر الآن وتسجل لاحقًا. إذا كان لديك حساب، فسجل الدخول الآن لتنشر باسم حسابك.