Create a structure for a classroom. Make sure it includes the following:
Room Number,
Lecture Name,
List of Students,
Number of chairs,
Window (Yes/No),
Projector (Yes/No),
Available(Yes/No).
Instructions:
Create functions that allow you to add data to the attributes of the classroom.
Create functions that allow you to print out the classroom information.
Compare two classrooms based on the size (number of chairs) and report which classroom is larger. Also compare two classrooms base on utilization.
If there are 10 students and 15 chairs then the utilization is 66.666 % Hint: vectors have .size()