max and min using in array
807603Dec 26 2007 — edited Dec 26 2007hi all
i have a small question
can i use Math.max and Math.min in arrays ?
i mean if i want to the max value and the min one of array of type int is there any method shortant unless the classic way?
i knew that i can use Math.max for only two parameters.