Question: Exercise 2: (25 points) Write a C program that find the average of an array through one user-defined function. The function is called inside the
Exercise 2: (25 points) Write a C program that find the average of an array through one "user-defined" function. The function is called inside the main function. 1. In the main function, the user will enter 10 integers into an array then call the user-defined function to calculate average, and later the array values will be displayed through the main. 2. Define variable SIZE of the array to be 10 Enter 10 Numbers: XXX The average is: xxx Insert a copy of the code (include comments). (20 pts) Take a screenshot for the program output with your name in the output screen. (5 pts) =
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
