kbig7580 kbig7580 20-01-2023 Computers and Technology contestada 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