Student Grade Calculator (Java)
Welcome to the Student Grade Calculator! This Java program helps you calculate your total marks, average percentage, and corresponding grades based on the marks obtained in each subject.
Features
- Input: Enter marks obtained (out of 100) in each subject.
- Calculate Total Marks: Sum up the marks obtained in all subjects.
- Calculate Average Percentage: Divide the total marks by the total number of subjects to get the average percentage.
- Grade Calculation: Assign grades based on the average percentage achieved.
- Display Results: Show the total marks, average percentage, and the corresponding grade to the user.