Skip to content

TheProfessor123/CodeClause_Java_Development_Intern

Repository files navigation

CodeClause Java Development Internship Projects πŸš€

This repository contains two projects completed during the CodeClause Java Development Internship:

1. Time Conversion By Country ⏰

A Java application that converts time between different time zones.

Features

  • Real-time conversion between any two time zones
  • User-friendly command line interface
  • Supports major time zones worldwide
  • Uses Java's Date and Time libraries
  • Formatted output display (YYYY-MM-DD HH:mm:ss)

Usage

java TimeConversionByCountry

Then follow the prompts to:

  1. Enter your local time zone (e.g. Asia/Kolkata)
  2. Enter target country time zone (e.g. America/New_York)

2. Exam Seating Arrangement System πŸ’Ί

An automated system to manage examination seating arrangements.

Features

  • Admin authentication system
  • Student data management
  • Automated seat allocation
  • Class-wise seating distribution
  • Roll number based arrangement

Components

  • Main.java: Contains the main program flow and admin interface
  • Student.java: Student class with attributes and methods
  • Exam.java: Handles seating arrangement logic

Usage

java Main

Technical Requirements πŸ› οΈ

  • Java Development Kit (JDK)
  • Visual Studio Code
  • Command Line Interface

Setup Instructions πŸ“

  1. Clone the repository
  2. Open in VS Code
  3. Ensure JDK is installed
  4. Run the desired project using the Java compiler

Project Structure πŸ“

β”œβ”€β”€ Golden Project - Exam Seating Arrangement System directory/
β”‚   β”œβ”€β”€ Exam.java
β”‚   β”œβ”€β”€ Main.java
β”‚   └── Student.java
β”œβ”€β”€ Project 1 - Time Conversion By Country/
β”‚   └── TimeConversionByCountry.java
└── README.md

License πŸ“„

This project is part of CodeClause Internship Program.

Author ✍️

Chhagan Ram Choudhary

Releases

No releases published

Packages

No packages published

Languages