Question: Recording Add this new Java interface that declares the following: An integer constant called MAX_READINGS with a value of 10. getMaxValue() - returns a double
Recording
Add this new Java interface that declares the following:
An integer constant called MAX_READINGS with a value of 10.
getMaxValue() - returns a double that is the maximum value in the set of readings
getMinValue() - returns a double that is the minimum value in the set of readings
getAverageValue() - returns a double that is the average of all the reading values
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
