Skip to content

TheProfessor123/CodeClause_Java_Development_Intern

Repository files navigation

CODECLAUSE INTERNSHIP

Here I have completed total 2 allocated projects are Time Conversion By Country and Exam Seating Arrangement System.

Task-1 - Time Conversion By Country ⏰

Description -

This project is to convert the local time zone into the country zone time which is provided by the user as an input. This project uses Date and Time library in Java.

Software Requirements -

VS Code.

Task-2 - Exam Seating Arrangement System 💺

Description -

This project is based on the automated seating arrangement of students for exams. It has following 3 files :-

  • Main.java
  • Student.java
  • Exam.java

There are primarily two entities, the admin and the student. Both entities can log in and register to the system, check and access the system as per the approval granted to them. The admin can see all the relevant details of the students and provide the input to the system taking into consideration the need like the branch, semester, year, subject of the student. Admin will input details like the total students, available classes with the number of seats, etc. After gathering all this information the system will generate a seating arrangement based on students roll number.

Software Requirements -

VS Code.