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 structures. Lets define the max size of the array 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 (more prefer to use Binary search) (by name and by account number) 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
Get step-by-step solutions from verified subject matter experts
