Write a Java method that takes in a double array as its sole parameter and returns the difference between the highest and lowest values currently stored in the array. The method header is ________. public static double getDiff(double[] array)?