G
Guest
hello folks,
is there a way to retrieve the highest value in the ArrayList?
let say i have a value in the array: {1, 4, 15, 3, 7}
it should return a value 15 as the result.
i've looked at the Sort Method ( ) but doesn't seem like it can do the job
or am i missing something?
is there a way to retrieve the highest value in the ArrayList?
let say i have a value in the array: {1, 4, 15, 3, 7}
it should return a value 15 as the result.
i've looked at the Sort Method ( ) but doesn't seem like it can do the job
or am i missing something?