Question: Write a Java method that will take in a double array as its sole parameter and return the difference between the highest and lowest values
Write a Java method that will take in a double array as its sole parameter and return the difference between the highest and lowest values currently stored in that array. The header is provided for you below.
public static double getDiff ( double [] array )
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
