[Solved]3 Function Main Declare Two Dimensional Integer Array 7 Rows 5 Columns Number Values Evenl Q37176289

Write program above in C only. Please and Thank you.
3. In function main, declare a two-dimensional integer array with 7 rows and 5 columns number of values evenly divisible by three and sum of these numbers, and any other necessary variables. Call the following functions from function main. Call a function create,Arraỵ to seed the random number generator and to fill the two- dimensional array with random integers between 100 and 200. Parameters for this function should be the array are using symbolic constants for the number of rows and columns and the number of rows and columns or just the array if you Call a function threes to calculate the number of values evenly divisible by 3 and their sum. Return these values to function main using pass by address with pointer parameters The function should have five parameters: the array, the number of rows and columns and pointers to the number of values and their sum. If you are using symbolic constants for the number of rows and columns there will be only three parameters Call a function printResults to print the array and the number of values evenly divisible by 3 and their sum. There will be 3 parameters, not counting numbers of rows and Show transcribed image text 3. In function main, declare a two-dimensional integer array with 7 rows and 5 columns number of values evenly divisible by three and sum of these numbers, and any other necessary variables. Call the following functions from function main. Call a function create,Arraỵ to seed the random number generator and to fill the two- dimensional array with random integers between 100 and 200. Parameters for this function should be the array are using symbolic constants for the number of rows and columns and the number of rows and columns or just the array if you Call a function threes to calculate the number of values evenly divisible by 3 and their sum. Return these values to function main using pass by address with pointer parameters The function should have five parameters: the array, the number of rows and columns and pointers to the number of values and their sum. If you are using symbolic constants for the number of rows and columns there will be only three parameters Call a function printResults to print the array and the number of values evenly divisible by 3 and their sum. There will be 3 parameters, not counting numbers of rows and
Expert Answer
Answer to 3. In function main, declare a two-dimensional integer array with 7 rows and 5 columns number of values evenly divisible… . . .
OR

