11.9: Speakers Bureau
Write a program that keeps track of a speaker’s bureau. Theprogram should use a structure to store the following data about aspeaker:
- Name
- Telephone Number
- Speaking Topic
- Fee Required
The program should use an array of at least 10 structures. Itshould let the user enter data into the array, change the contentsof any element, and display all the data stored in the array. Theprogram should have a menu-driven interface.
Input Validation: When the data for a new speaker isentered, be sure the user enters data for all the fields. Nonegative amounts should be entered for a speaker’s fee.
It’s only on myprogramminglab.com for the c++
OR
OR