Question
STATISTICS BASIC Given the following input file: (USE THIS FILE) 4 9 7 6 7 6 9 4 5 3 4 8 9 4 9
STATISTICS BASIC
Given the following input file: (USE THIS FILE)
4 9 7 6 7 6 9 4 5 3 4 8 9 4 9 5 8 4 3 2 3 6 8 8 2 6 1 4 2 3 2 3 1 7 6 7 1 4 8 6
6 3 2 5 4 1 7 2 2 1 1 4 6 8 1 6 4 1 7 3 4 7 5 4 4 2 8 4 3 7 9 8 7 1 1 8 8 8 7 1
8 7 2 2 6 2 7 7 3 3 1 4 9 3 5 1 2 1 4
Determine mean, median, mode, sample variance, sample standard deviation, minimum value, and maximum value.
Implementation:
Use at least eight (8) programmer defined functions; this excludes sort.At least three (3) must be void.Display unsorted array, sorted array, mean, median, minimum value, maximum value, mode (response frequency/histogram), sample variance and sample standard deviation.All output should be displayed in the main program with the exception of mode (response/frequency histogram).
User should be prompted for input file name.Only 40 values of sorted and unsorted arrays should be printed on one line. Please use a constant for size of array.( const int SIZE=99)
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started