This repository contains a collection of beginner-friendly Java mini projects that I am building while learning core Java and Object-Oriented Programming.
Each project is:
- Console-based
- Built from scratch
- Focused on logic & fundamentals
- Placement-oriented
- MP1 - Student Grade System
- Takes student name and subject marks
- Calculates total, percentage, and grade
- Uses Scanner, conditions, and basic logic
More projects will be added as I continue learning Java.