Your swim school has two swimming instructors, Jeff and Anna. Their current schedules are shown below. An "X" denotes a 1-hour time slot that is occupied with a lesson.
Jeff | Monday | Tuesday | Wednesday | Thursday |
11-12 | x | x | ||
12-1 | x | x | x | |
1-2 | x | x | ||
2-3 | x | x | x |
Anna | Monday | Tuesday | Wednesday | Thursday |
11-12 | x | x | x | |
12-1 | x | x | ||
1-2 | x | x | ||
2-3 | x | x | x |
Write a program with array(s) capable of storing the schedules. Create a main menu that allows the user to mark a time slot as busy or free for either instructor. Also, add an option to output the schedules to die screen. Next, add an option to output all time slots available for individual lessons (slots when at least one instructor is free). Finally, add an option to output all time slots available for group lessons (when both instructors are free)
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.