hi,
i have an array of random numbers and i need to find the minimum number between the first highest number and the new highest number that will come later on.
for example 1,2,10,7,5,3,9,2,11 - 10 is the highest, than 11 is the new max so i need to find the min between - 2.
that calculation need to happen more than one time in the array.
thanks!
Yoni
i have an array of random numbers and i need to find the minimum number between the first highest number and the new highest number that will come later on.
for example 1,2,10,7,5,3,9,2,11 - 10 is the highest, than 11 is the new max so i need to find the min between - 2.
that calculation need to happen more than one time in the array.
thanks!
Yoni