Welcome to my CodSoft Internship project repository! This contains the tasks I completed as part of the Java Programming virtual internship at CodSoft, held from 20 August 2025 to 20 September 2025.
- Intern Name: Shaurya Singh
- Internship ID: BY25RY215113
- Internship Duration: 4 Weeks (20 August 2025 β 20 September 2025)
- Domain: Java Programming
- Organization: CodSoft (MSME Registered)
- Mode: Virtual
A console-based number guessing game:
- Generates a random number between 1 and 100.
- Allows limited attempts.
- Provides feedback on each guess.
- Supports multiple rounds and scoring.
π Folder: Task1_NumberGuessingGame
A Java program to calculate student grades based on:
- Marks input in multiple subjects.
- Calculation of average percentage.
- Grade classification (A/B/C/Fail, etc.).
π Folder: Task2_StudentGradeCalculator
A console simulation of an ATM system:
- Features: Withdraw, Deposit, Check Balance.
- PIN-based access system.
- Fully menu-driven.
π Folder: Task3_ATMInterface
A simple currency conversion tool in Java:
- Converts between INR, USD, EUR, GBP, etc.
- Uses static exchange rates.
- User inputs amount and selects currencies.
π Folder: Task4_CurrencyConverter
An interactive student database system:
- Add, view, search, delete student records.
- Uses basic file handling or arrays.
- Menu-driven system for easy interaction.
π Folder: Task5_StudentManagementSystem