Answered step by step
Verified Expert Solution
Link Copied!

Question

00
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. Note: Make sure to break the problem in to pieces and solve one piece at a time. In other words, think about all the ways possible and write separate methods to solve each case. Then put them together to solve the entire problem. You should use a paper/ pencil to analyze the problem before start coding.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions