write a public static method named range that will take an int array as it's only argument. this method will return an int value. when called, and passed an array of int values, this method will compute and return the positive difference between the minimum of all the values in the argument array, and the maximum of all the values in the argument array.