Question: Write a program that create a one-dimensional array called Students that store 10 students' grades in an array of integers. The program should display the
Write a program that create a one-dimensional array called Students that store 10 students' grades in an array of integers. The program should display the class average as well as the highest and lowest grade of the class. a) Write a method to calculate the grade average Average) b) Write a method to find the highest grade HighestGrade() Notes: Use a Scanner object to read the grades and loops. The array Students should be passed as an argument to both methods
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
