[solved] – Question 99465
In this assignment, you will draw a student schedule by using a while loop. You will ask the user for their first and last names, and then a list of their classes and room numbers.
The loop should stop when they enter STOP for their next class.
Print the schedule in the same format as the example below. Remember to use the tab escape character to make it nicely formatted.
Expert Answer
OR