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

Using C Exercise 3 Given the following int array in main with

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

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!