This repository contains two projects completed during the CodeClause Java Development Internship:
A Java application that converts time between different time zones.
- 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)
java TimeConversionByCountry
Then follow the prompts to:
- Enter your local time zone (e.g. Asia/Kolkata)
- Enter target country time zone (e.g. America/New_York)
An automated system to manage examination seating arrangements.
- Admin authentication system
- Student data management
- Automated seat allocation
- Class-wise seating distribution
- Roll number based arrangement
- Main.java: Contains the main program flow and admin interface
- Student.java: Student class with attributes and methods
- Exam.java: Handles seating arrangement logic
java Main
- Java Development Kit (JDK)
- Visual Studio Code
- Command Line Interface
- Clone the repository
- Open in VS Code
- Ensure JDK is installed
- Run the desired project using the Java compiler
├── Golden Project - Exam Seating Arrangement System directory/
│ ├── Exam.java
│ ├── Main.java
│ └── Student.java
├── Project 1 - Time Conversion By Country/
│ └── TimeConversionByCountry.java
└── README.md
This project is part of CodeClause Internship Program.
Chhagan Ram Choudhary