Your neighbor is a swimming coach for a group of people. Write a program to help Coach with enrollment of students for swimming class.Assume Coach can take only 2 students in group and teaches only...

1 answer below »

Your neighbor is a swimming coach for a group of people. Write a program to help



Coach with enrollment of students for swimming class.Assume Coach can take only 2



students in group and teaches only on Mon, Wed, Sat,Sunday.


Output



1. Prompts, menus, and responses to user commands are to be written to the screen, as



described in the Processing instructions below.


2
. File “Schedule.txt" must contain the updated Coach 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 (student) (Day)



Prompt the user for the name of the student and for the name of the day to be



scheduled. Check to see if there is a Coach has seat available for that day. If seats are



not available, put them on waitlist. If seats are available, enroll the student in the class



for that day.


CANCEL (student)



Prompt the user for the name of the student. And remove the student from the Class.


RESCHEDULE(Student)(Day)


Prompt the user for the name of the student and for the name of the day to be scheduled. Check



to see if there is a Coach has seat available for that day. If seats are not available, put them on



waitlist. If seats are available, remove the student from scheduled class and enroll the student in



the class for the day requested.


QUIT



Save the schedule and then terminate the program.



OUTPUT: 1) All .cpp files 2 ) Video explaining your approach 3)Schedule.txt.
Answered 2 days AfterNov 14, 2022

Answer To: Your neighbor is a swimming coach for a group of people. Write a program to help Coach with...

Mohith answered on Nov 17 2022
42 Votes
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here