Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.
First of all, you are required to generate random numbers from 1 to 500. For this, you are required to create a function named as “generateArray. The generateArray will load two- dimensional array w
Task 1:
First of all, you are required to generate random numbers from 1 to 500. For this, you are required to create a function named as “generateArray. The generateArray will load two- dimensional array with random numbers from 1to 500. The size of the two-dimensional array will be 7*7.
Task 2:
Defined a function named as “showArray(), which will display the elements of the two- dimensional array on the screen. See the sample output.
Task 3:
The final task is to find the even numbers in this array and display it on the console. For this purpose create a function findEvenNumber().