4: Computing Statistics for 10 Numbers Write a C program to capture 10 integer inputs from the user, store these 10 numb
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
4: Computing Statistics for 10 Numbers Write a C program to capture 10 integer inputs from the user, store these 10 numb
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.