Skip to content

Rupasree309/exam-seating-system-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Java program to automatically generate exam seating arrangements using rows, columns, and number of students.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages