Question: Name: Statistical Analysis Write a program that creates an array of 10 integers. The program should then use the following functions: getData() Used to ask

 Name: Statistical Analysis Write a program that creates an array of

Name: Statistical Analysis Write a program that creates an array of 10 integers. The program should then use the following functions: getData() Used to ask the user for the numbers and store them into an array displayData() displayLargest() displaySmallest() Used to display the data in the array. Used to find and display the largest number in the array, Used to find and display the smallest number in the array. | Used to find and display the average of the numbers in the array. Used to find and display the range of numbers in the array. display Average() displayRange() displayMedian() Used to find and display the median value in the array. displayModel) Used to find and display the mode of numbers in the array. Be sure to account for more than one mode. You may 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. You will upload the source file to Moodle and turn in this sheet when finished

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!