4: Computing Statistics for 10 Numbers Write a C program to capture 10 integer inputs from the user, store these 10 numb
Posted: Mon Jun 06, 2022 1:05 pm
4: Computing Statistics for 10 Numbers Write a C program to capture 10 integer inputs from the user, store these 10 numbers in an integer array, and find the maximum, minimum and average of the 10 numbers.