C++ Write a program that keeps track of a speakers’ bureau. Follow these instructions for the following program: Instruc

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899604
Joined: Mon Aug 02, 2021 8:13 am

C++ Write a program that keeps track of a speakers’ bureau. Follow these instructions for the following program: Instruc

Post by answerhappygod »

C++ Write a program that keeps track of a
speakers’ bureau.
Follow these instructions for the following
program:
Instructions:
a. Implement using the parallel array concept.
b. The names of the speakers, the telephone, and the topic are
arrangements of the string type. The cost of each of the
conferences is float type.
c. Ask the user for the number of conferees.
d. Validate that the phone number is not repeated within the
arrays, if If so, ask again. and. Order the names of the speakers
alphabetically.
F. Perform a search by phone number and print the details of the
lecturer.
g. Implement functions with arguments of type dimensional array
and one-dimensional
---------------------------------------------------------------------------------------------------------------
The Problem:
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.
Input 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.
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply