Question: Find the maximum value and minimum value in milesTracker. Assign the maximum value to maxiMiles, and the minimum value minMiles. Ex If the input is:
Find the maximum value and minimum value in milesTracker. Assign the maximum value to maxiMiles, and the minimum value minMiles.
Ex If the input is:
the output is:
Min miles:
Max miles:
Notes
Learn how our autograder works
import java.util.scanner;
public class ArrayskeyValue
public static void main String args f
Scanner schr new ScannerSystem in;
final int NUMROWS ;
final int NUMCOLS ;
int milesTracker new intNUMROWSNUMCOLS;
int i;
int j;
int maxMiles; Assign with first element in milesTracker before Loop
int minMiles; Assign with first element in milestracker before Loop
for milesTracker. length;
for milesTracker length ;
milestracker nextInt;
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
