Question: Java Create a class that will implement the Interface Statistics with the following public methods a . maxGrade: A function that takes a list of
Java Create a class that will implement the Interface Statistics with the following public methods
a maxGrade: A function that takes a list of students grades as double and find the maximum grade.
b minGrade: A function that takes a list of students grades as double and find the minimum grade.
c average: A function that takes a list of students grades as double and find the average grade.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
