Question: 2 . Course Information C + + Write a program that creates a map containing course numbers and the room numbers of the rooms where
Course Information C
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 keyvalue pairs:
begintabularll
hline Course Number Key & Room Number Value
hline CS &
hline CS &
hline CS &
hline NT &
hline CM &
hline
endtabular
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 keyvalue
pairs:
The program should also create a map containing course numbers and the meeting
times of each course. The map should have the following keyvalue pairs:
The program should let the user enter a course number, then it should display the
course's room number, instructor, and meeting time.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
