Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.

QUESTION

Write a program that will generate random numbers and that numbers will be stored in a two-dimensional array. Then display the generated values on the screen and then also print the even numbers from

Write a program that will generate random numbers and that numbers will be stored in a two-dimensional array. Then display the generated values on the screen and then also print the even numbers from the generated array elements. 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().

Show more
LEARN MORE EFFECTIVELY AND GET BETTER GRADES!
Ask a Question