Question: c++; Please keep it simple no vectors, just structure, and array, Thank you Write a program that uses a structure to store the information about
c++; Please keep it simple no vectors, just structure, and array, Thank you
Write a program that uses a structure to store the information about a customer account: Name, Address, Account number, and Account balance. The program uses an array of at least 10 structures. Lets define the max size as 20. It should let the user enter data into the array, and display the information of all accounts or the information of a particular account. The program should have a menu-driven user interface. The program needs a search function (by name) to find the customer account in order to display the account information.
The example for the menu:
1)Add new customer account
2) Display the information for all customers
3) Find Customer by Name
4) Quit
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
