Question: FULL NAME: Wendly C5209 - Data Structures and Algorithms Quiz24 Part One Dimension Array ( 4pts) Write a program that create a one-dimensional array called
FULL NAME: Wendly C5209 - Data Structures and Algorithms Quiz24 Part One Dimension Array ( 4pts) Write a program that create a one-dimensional array called students that store 10 students' wrades 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 Totes: Use a Scanner object to read the grades and loops. The array Students should be passed as an gument to both methods
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
