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 BINARY search function (by name and by account number) to find the customer account in order to display the account information.
The example for the menu:
Add new customer account
Display the information for all customers
Display the information for a customer
Quit
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started