If you find the minimum value in an array of
doubles, and then later go back into the array to find the
next lowest value,,, how would you set the previous
minimum so that it won't be found as the minimum
value?..Maybe set it to a value that could never be minimum?