Question: write a program that creates an array of 10 integers the program should then use the following functions. write a Statistical Analysis program that creates
write a program that creates an array of 10 integers the program should then use the following functions.

write a Statistical Analysis program that creates an array of 10 integers. The program should then use the following functions: main out getData() Used to ask the user for the numbers and store them into an array display Data Used to display the data in the array. display Largest used to find and display the largest number in the array. display smallest() Used to find and display the smallest number in the array. display Average Used to find and display the average of the numbers in the array. Gre display Range() Used to find and display the range of numbers in the array. display Mode used to find and display the mode of numbers in the array sea ch You may **display Median Used to find and display the median value in the array. (Extra Credit!) 3 not use any global variables. You must use a defined constant (#define MAx 10) and use this constant in your code. Your code must work well for both an even number and an odd number of integers. Dont Dever verable on tside main Show Me
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
