Write a method called mins() that takes one parameter: a two-dimensional array of ints called nums. We will call the first dimension of nums its “rows” and the second dimension its “columns”. This method must return an array of the same size as the number of rows in nums-—where each cell of the answer contains the smallest value in the corresponding row of nums.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here