Write a method to return the value of the difference between…
Write a method to return the value of the difference between the highest and lowest values in an array list. Do not use any built in methods to find the maximum and minimum values directly (i.e. search the values in the list to identify the min and max).
Read Details