consider the following method that processes an array to find the smallest value in the array. the array has a nonzero length and is initialized with int values. // arr is the array to be processed public static int findmin (int[] arr) { int min