Skip to content

Latest commit

 

History

History
57 lines (37 loc) · 1.11 KB

File metadata and controls

57 lines (37 loc) · 1.11 KB

Exam Seating Arrangement System (Java)

Project Description

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.

Features

  • 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.

Technologies Used

  • Java
  • Command Prompt (CMD)

How to Run the Project

  1. Open Command Prompt.
  2. Navigate to the project folder.

Example: cd Desktop cd ExamSeatingSystem

  1. Compile the Java program: javac ExamSeating.java

  2. Run the program: java ExamSeating

Example Input

Rows: 3 Columns: 4 Students: 10

Example Output

S1 S2 S3 S4 S5 S6 S7 S8 S9 S10 Empty Empty

Project Structure

ExamSeatingSystem │ ├── ExamSeating.java ├── README.md

Author

Rupa Sree B.Tech – Computer Science and Engineering