The Exam Seating Arrangement System is a simple Java-based application that automatically generates seating arrangements for students during examinations. The user provides the number of rows, columns, and students, and the program assigns seats accordingly.
- Accepts user input for rows, columns, and number of students.
- Automatically allocates seats to students.
- Displays the seating arrangement in a structured format.
- Marks extra seats as Empty if there are fewer students than seats.
- Java
- Command Prompt (CMD)
- Open Command Prompt.
- Navigate to the project folder.
Example: cd Desktop cd ExamSeatingSystem
-
Compile the Java program: javac ExamSeating.java
-
Run the program: java ExamSeating
Rows: 3 Columns: 4 Students: 10
S1 S2 S3 S4 S5 S6 S7 S8 S9 S10 Empty Empty
ExamSeatingSystem │ ├── ExamSeating.java ├── README.md
Rupa Sree B.Tech – Computer Science and Engineering