This Java program calculates the average, highest, and lowest grades from a list of student grades. It uses arrays to store the grades and methods to perform the calculations.
- Arrays
- Methods
- The grades are stored in an array.
- Methods are used to calculate:
- The average grade.
- The highest grade.
- The lowest grade.