This repository contains my solutions to the programming assignments for the Java course at IIT Madras. Each assignment is organized by week, and the code is written in Java.
- Each week has its own folder (e.g.,
Week_1/), containing the Java files for that week's assignments. - Example:
Week_1/GRPA1.java
- Clone this repository:
git clone https://github.com/<your-username>/IITM-JAVA-ASSIGNMENT.git
- Navigate to the desired week's folder.
- Compile and run the Java files using your preferred Java IDE or the command line:
javac GRPA1.java java GRPA1
- All code is for educational purposes and follows the guidelines of the IITM Java course.
- Feel free to use these solutions as a reference, but do not copy them directly for submission.
This repository is public for learning and sharing. Please give credit if you use any part of the code.