Question: please write the program in C language. Statistical Analysis (Paired Programming Project) write a program that creates an array of 10 integers, The program should

please write the program in C language.
Statistical Analysis (Paired Programming Project) write a program that creates an array of 10 integers, The program should then use the following functions getDatal Used to ask the user for the numbers and store them into an array displayData Used to display the data in the array. sortDataI Used to display the data in the array display areest0 used to find and display the largest number in the array. displaysmallestD Used to find and display the smalles number in the array. display Average used to find and display the average of the numbers in the array. display Rangel) Used to find and display the range of numbers in the array. You may not use any global variables. You must use a defined constant (udefine MAx 10 and use this constant in your code Show Me
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
