Question: JAVA APLab_05.2A Random Numbers 1. Create a new 4 X 4, 2D Array called nums 2. Fill the array with random numbers 3. For loop
JAVA 
APLab_05.2A Random Numbers 1. Create a new 4 X 4, 2D Array called "nums" 2. Fill the array with random numbers 3. For loop from 0 to length of nums a. For loop from 0 to length of nums @ position i i. Set nums @ [i][j] = random number (1, 100) b. Print the array 4. For loop from @ to length of nums a. For loop from @ to length of nums @ position i i. print nums @ [i][j] b. Print extra line Your output should look like the following. APLab_05.2A Random Numbers 1. Create a new 4 X 4, 2D Array called "nums" 2. Fill the array with random numbers 3. For loop from 0 to length of nums a. For loop from 0 to length of nums @ position i i. Set nums @ [i][j] = random number (1, 100) b. Print the array 4. For loop from @ to length of nums a. For loop from @ to length of nums @ position i i. print nums @ [i][j] b. Print extra line Your output should look like the following
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
