subject

Complete the assignment below using only ARRAY BASED ORDERED LISTS. C++ Your neighbor is an agent for a group of magicians. People call her to book magicians for holidays. She would like to use her new computer to keep track of the jobs she schedules for the magicians she manages, so she hires you to write the program.

Input
1. The list of magician names is in text file "Magician. dat". The names are listed one
per line, and have a maximum of 20 characters.
2. The list of holidays is in text file "Holidays. dat". Again, the names are listed one
per line and have a maximum of 20 characters.
3. The current schedule (retained data from the previous executions of the
program) is in file "Schedule". You determine the format of this file as part of your
assignment.
4. The user (your neighbor the agent) inputs commands from the keyboard, in
response from program prompts, as described under Command Processing below.
Output
1. Prompts, menus, and responses to user commands are to be written to the
screen, as described in the Processing instructions below.
2. A summary of each command's transaction must be written to a text file called
"Magic. trn". You may determine the format of the information in this file; it should be
labeled and formatted clearly.
3. File "Schedule" must be rewritten to contain the updated magician schedule
information.
Command Processing
The program must process the commands described below. You may determine the
details of the user interface; it must be relatively "friendly" and usable.
SCHEDULE (customer) (holiday)
Prompt the user for the name of the customer who wants to schedule a magician
and for the name of the holiday to be scheduled. Check to see if there is a magician
free for this holiday. You should sequence through the magicians in the order in
which you read them in. If a magician is available, book the magician; then print out
the name of the magician, the holiday, and the name of the customer. If a magician
is not available, put the customer on a waiting list, and print out a message
indicating that the customer and holiday have been put on a waiting list.
CANCEL (customer) (holiday)
Prompt the user for the customer name and holiday. Delete the booking of a
magician for the listed holiday. Delete the reservation for that holiday. Update the
schedule of the magician who was going to perform for the occasion. This may
allow someone on the waiting list to be served. Sequence through the waiting list to
see if someone wanted a booking on that holiday. If someone did want a magician
on that holiday, schedule the booking and print a message. If this person is on the
waiting list, delete the name from the waiting list. SIGNUP (magician)
Prompt the user for the name of the new magician who is signing up with the agent.
DROPOUT (magician)
Prompt the user for the name of the magician who no longer needs the services of
the agent. You must try to redistribute that magician's bookings to other magicians.
If you reschedule a booking, print a message. If you can't, print out a message and
add the request to the front of the waiting list.
STATUS (magician or holiday)
Prompt the user for the name of either a magician or holiday. Print out the
appropriate schedule, appropriately formatted and labeled.
QUIT
Save the updated data to the files, and then terminate the program.
Data Structures
You need lists for storing each of the following:
1. A list of bookings for each holiday. (You may assume that there are at most ten
holidays.) Each list is the schedule of one holiday. Each list element contains the
name of the customer who made the booking and the name of the magician. Each
list should be stored in alphabetical order, using the customer name as a key.
2. A list of bookings for each magician. (You may assume that there are at most ten
magicians.) Each list is the schedule of one magician. Each list element contains
the name of the customer who made the booking and the holiday. Each list should
be stored in alphabetical order, using the holiday name as a key.
3. A waiting list. You need to be able to add to either end of the waiting list. You add
to the front of the waiting list if you are rescheduling someone who had a booking,
but lost it when a magician quit. You add to the back of the waiting list if someone
requests an appointment and there are no free magicians.

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 17:20
Find the inverse function of f(x)= 1+squareroot of 1+2x
Answers: 2
question
Computers and Technology, 22.06.2019 02:30
Write a program that takes in 3 inputs [players (int type), expected game time (double type), team (char type)] and calculates actual game time (double) based on the following conditions: if the number of players or the expected game time is less than or equal to zero, it should output wrong input if the number of players is greater than 0 and less than or equal to 6 and if they are on the â€r’ or â€r’ team, their game time will be 10% faster. and if they are on the â€b’ or â€b’ team, their game time will be 15% faster. and if they are on the â€y’ or â€y’ team, their game time will be 20% faster. and if they are on any other team, they will play 0% faster. if the number of players is greater than 6 but less than or equal to 12 and if they are on the â€r’ or â€r’ team, their game time will be 20% faster. and if they are on the â€b’ or â€b’ team, their game time will be 25% faster. and if they are on the â€y’ or â€y’ team their game time will be 30% faster. and if they are on any other team, they will play 0% faster. if the number of players is greater than 12 but less than or equal to 18 and if they are on the â€r’ or â€r’ team, their game time will be 30% faster. and if they are on the â€b’ or â€b’ team, their game time will be 35% faster. and if they are on the â€y’ or â€y’ team, their game time will
Answers: 2
question
Computers and Technology, 22.06.2019 19:40
Solve the following javafx application: write a javafx application that analyzes a word. the user would type the word in a text field, and the application provides three buttons for the following: - one button, when clicked, displays the length of the word.- another button, when clicked, displays the number of vowels in the word.- another button, when clicked, displays the number of uppercase letters in the word(use the gridpane or hbox and vbox to organize the gui controls).
Answers: 1
question
Computers and Technology, 24.06.2019 11:00
Under the home tab, where can a user find options to change the bullet style of an outline? in the slides group in the font group in the paragraph group in the drawing group
Answers: 1
You know the right answer?
Complete the assignment below using only ARRAY BASED ORDERED LISTS. C++ Your neighbor is an agent f...
Questions
question
Mathematics, 15.09.2019 08:10
question
Mathematics, 15.09.2019 08:10
question
Mathematics, 15.09.2019 08:10
question
Mathematics, 15.09.2019 08:10
question
History, 15.09.2019 08:10
Questions on the website: 13722363