Question: Write a Java program that prompts the user to enter number of rows(m) and column(n) of a 2-D array where m, n 4. Now fill

Write a Java program that prompts the user to enter number of rows(m) and column(n) of a 2-D array where m, n 4. Now fill this array with random numbers from 0 to quarter of the number of elements of the array(Example: Say, you have 6x5 array. So you need to fill the array with random numbers, approximately, from 0 to 6). Now extend your program by writing a method to test whether this 2-D array has four consecutive numbers of the same value, either horizontally, vertically or diagonally.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!