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.
My issue is, this is all I got so far and the only thing I ma confused about and I am sure it is something simple is when I get to where I enter the students name, if I put a first and last name in then it skips the second student and clsoes program. This is confusing me heavily so I am asking if you can tell me why it is doing that