This repository contains all the tasks completed as part of the Java Programming Internship offered by CodSoft.
CODSOFT/
├───TASK1_NumberGame → Number guessing game using loops and randomization
├───TASK2_StudentGradeCalculator → Grade calculator using marks input and grading logic
├───TASK3_ATMInterface → ATM simulation with deposit/withdrawal features
├───TASK4_CurrencyConvertor → Currency converter using exchangerate.host API
├───TASK5_StudentManagementSystem → Console-based student record system with file storage
Each folder contains Java files for the respective task.
- Open the folder of any task.
- Compile using
javac filename.java - Run using
java classname
.classfiles are not included in the repository.- Task 4 uses the exchangerate.host API (no API key required).
- Task 5 stores student data in
students.txt.
Samrit Mukherjee
CodSoft Java Internship Tasks - July 2025