Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Please help solve this I will leave a like it has to be done in this way thanks C++ please %10742%2:41 PM Lab5.pdf Programming Il
Please help solve this I will leave a like it has to be done in this way thanks
C++ please
%10742%2:41 PM Lab5.pdf Programming Il Laboratory Lab 5 Write 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 display all the data stored in the array. The program should have a menu-driven user interface. Your program should contain a function called showinfo that displays the data stored in a structure. You may add other functions as needed. Inpur Validation: When the data for a new speaker is entered, be sure the user enters data for all the fields. No negative amounts should be entered for a speaker's fee. Hint: The empty() function checks whether the string is empty or not. Function returns o Boolean value. Example: stri.empty() where str1 is a variable of type string. 1. Enter new speaker information 2. Change speaker Information 3. Display all speaker information Exit the program Enter your choice: 1 Speaker name: John Telephone: 313eeeeeee Speaking topic: C++ Fee required: 120 You have entered information for speaker number 1 %10742%2:41 PM Lab5.pdf Programming Il Laboratory Lab 5 Write 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 display all the data stored in the array. The program should have a menu-driven user interface. Your program should contain a function called showinfo that displays the data stored in a structure. You may add other functions as needed. Inpur Validation: When the data for a new speaker is entered, be sure the user enters data for all the fields. No negative amounts should be entered for a speaker's fee. Hint: The empty() function checks whether the string is empty or not. Function returns o Boolean value. Example: stri.empty() where str1 is a variable of type string. 1. Enter new speaker information 2. Change speaker Information 3. Display all speaker information Exit the program Enter your choice: 1 Speaker name: John Telephone: 313eeeeeee Speaking topic: C++ Fee required: 120 You have entered information for speaker number 1Step 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