The project will be done individually. Each student shall create a console application with Microsoft Visual Studio C++ (2008 or higher) that will produce a seat plan for those who are going to take an entrance exam. Each examination room will only have 25 students each. Students who come from the same school are not allowed to sit together. If it comes to a point when there is no seat left for the inputted student, the student would be assigned to another room. You are required to use the following programming constructs:
A structure which will have a student’s name, school, gender and seat number as its members.
A function which will give generate the student’s seat number.
A function that will display the names of the student and their corresponding seat.
Bonus – No two boys allowed to seat together.