Question: C language programming Write a program that create one 2D array with the size of row 3 and column 3, read 9 integers from the

C language programming
C language programming Write a program that create one 2D array with

Write a program that create one 2D array with the size of row 3 and column 3, read 9 integers from the user and store inside the array, Next, print out the SUM of even number entered by the user. Your program display format should be exactly the same as shown in Figure 1. SAMPLE OUTPUT: Enter elements in the array: Enter a[@][@]: 2 Enter a[0][1]: 6 Enter a[@][2]: 3 Enter a[1][@]: 10 Enter a[1][1]: 11 Enter a[1][2]: 15 Enter a[2][0]: 20 Enter a[2][1]: 8 Enter a[2][2]: 9 Sum of even number -46

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!