Question: Create a C++ program and answer number 1 please Homework Ch. 11- Speakers' Bureau 30 points Design and implement a program that keeps track of
Homework Ch. 11- Speakers' Bureau 30 points Design and implement a program that keeps track of a speakers Bureau. The program should use a structure to store the following data about a speaker Name " Telephone Number Speaking Topic " Fee Required The program should use an array of at least 10 structures. It should let the user enter data into the array, change the contents of any element, and a display all the data stored in the array The program should have a menu-driven user interface The program should use an array of at least 10 structures. It should let the user enter data into the array, change the contents of any element, and display all data stored in the array. The program should have a menu-driven user interface 1. Enter a new speaker 2. Edit a speaker 3. Display all speakers 4. Exit program Input validation When the data for a new speaker is entered, be sure the user entrs data for all the fields. No negative amount should be entered for a speaker's fee. Please submit the following 1. Your analysis: a. What data types did you choose for each member of the structure and why? b. What loop did you choose and why? 2. Your flowchart 3. Your source code: your entire project folder including the.cpp file(s) 4. The program output Points will be given based on the following requirements: Program Specifications/Correctness Documentation Readability .Assignment Specifications . Code Efficiency
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
