Question: Using C Exercise 3 Given the following int array in main with values: 10, 34, 0, -3, 7, 3, 15, 8, 2, 23. Write a
Using C

Exercise 3 Given the following int array in main with values: 10, 34, 0, -3, 7, 3, 15, 8, 2, 23. Write a function that accepts the int array and finds the minimum value of the array. The minimum value is returned to main. Similarly, write a second function that finds the maximum value in the array that is returned to main. Write a third function that finds the average value of the array and the average value is returned to main. Print all three findings (min, max, average) from within main
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
