Write a prgram that creates a dictionary containing course numbers and room numbers of the room where the courses meet. The dictionary should have the following key value pairs: Course Number Room Number CS101 3004 CS102 4501 CS103 6755 NT110 1244 CM241 1411 This program should also create a dictionary containing course numbers and the names of the instructors that teach each course. The dictionary should have the following key-value pairs: Course Number Instructor CS101 Haynes CS102 Alvarado CS103 Rich NT110 Burke CM241 Lee This program should also create a dictionary containing the course numbers and the meeting times of each course. The dictionary should have the following key values Course number Meeting Time CS101 8:00 a.m. CS102 9:00 a.m. CS103 10:00 a.m. NT110 11:00 a.m. CM241 1:00 p.m. If the course is not in the dictionary, a message should be displayed the program should contain a loop which continues to ask for course number unbolt the user chooses to quit
Write a prgram that creates a dictionary containing course numbers and room numbers of the room where the courses meet. The dictionary should have the following key value pairs:
Course Number Room Number
CS101 3004
CS102 4501
CS103 6755
NT110 1244
CM241 1411
This program should also create a dictionary containing course numbers and the names of the instructors that teach each course. The dictionary should have the following key-value pairs:
Course Number Instructor
CS101 Haynes
CS102 Alvarado
CS103 Rich
NT110 Burke
CM241 Lee
This program should also create a dictionary containing the course numbers and the meeting times of each course. The dictionary should have the following key values
Course number Meeting Time
CS101 8:00 a.m.
CS102 9:00 a.m.
CS103 10:00 a.m.
NT110 11:00 a.m.
CM241 1:00 p.m.
If the course is not in the dictionary, a message should be displayed the program should contain a loop which continues to ask for course number unbolt the user chooses to quit
Trending now
This is a popular solution!
Step by step
Solved in 4 steps with 2 images