Question: Write a C++ program that uses a structure to store the information about a customer account: Name, Address, Account number, and Account balance. The program

Write a C++ 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. Display the information for a customer

4. Quit

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!