I'm trying to find the minimum and maximum values in an array. The for loop used to find the max value works properly (it prints 100), however, the for loop to get the min value prints multiple numbers (95, 87, 85, 78). I've tried changing where the System.out is placed as well as using a Method with a int return value and multiple values continue to show up.I'm trying to find the minimum and maximum valu