Question: JAVA JAVA JAVA Please include comment lines 8.19 (Pattern recognition: four consecutive equal numbers) Write the following method that tests whether a two-dimensional array has
JAVA JAVA JAVA Please include comment lines
8.19 (Pattern recognition: four consecutive equal numbers) Write the following method that tests whether a two-dimensional array has four consecutive numbers of the same value, either horizontally, vertically, or diagonally. public static boolean isConsecutiveFour(int[][] values) FIGURE
Write a test program that prompts the user to enter the number of rows and columns of a two-dimensional array and then the values in the array and displays true if the array contains four consecutive numbers with the same value. Otherwise, display false. Here are some examples of the true cases:

| | | | 5621829 5621629 9621829 1361407 1361407 1391407 3333407 3633407 3339407 119177 16814 38111 9 062603 116933 009613 119177 602900 166 381613 005613 119177 602900 168144 062663 119177 602900 16814 38111 062663 11653 005613
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
