You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Java-based Student Grade Tracker that allows users to manage student grades, calculate average scores, and identify highest and lowest grades using ArrayList and Object-Oriented Programming concepts.
Student Grade Management System (Java) A console-based Java application that collects student details, calculates total marks from multiple subjects, determines pass/fail status, and generates a class summary including average, highest, and lowest scores. Built using OOP principles, ArrayList, and user input handling.