eemorales1651 eemorales1651 19-04-2024 Computers and Technology contestada 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)?