Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started