Question: 2 . Course Information Write a program that creates a map containing course numbers and the room numbers of the rooms where the courses meet.

2. Course Information
Write a program that creates a map containing course numbers and the room numbers of the rooms where the courses meet. The map should have the following key-value pairs:
\begin{tabular}{|l|l|}
\hline Course Number (Key) & Room Number (Value)\\
\hline CS101 & 3004\\
\hline CS102 & 4501\\
\hline CS103 & 6755\\
\hline NT110 & 1244\\
\hline CM241 & 1411\\
\hline
\end{tabular} The program should also create a map containing course numbers and the names of the instructors that teach each course. The map should have the following key-value pairs:
The program should also create a map containing course numbers and the meeting times of each course. The map should have the following key-value pairs:
The program should let the user enter a course number, then it should display the course's room number, instructor, and meeting time.
2 . Course Information Write a program that

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!