Question: Data Types The program shall use these data types. ---- ---- DATA TYPE ---- ---- Raw data array of integer type Minimum integer type Maximum

 Data Types The program shall use these data types. ---- ----

Data Types The program shall use these data types. ---- ---- DATA TYPE ---- ---- Raw data array of integer type Minimum integer type Maximum integer type Average floating point type Standard deviation floating point type Median floating point type Mode integer type Output File Your program shall produce a formatted output file with this information: (1) Numbers of data points (2) Minimum (3) Maximum (4) Average (5) Standard deviation (6) Median (7) Mode(s)

CS 135-Project Array Processing Program PROJECT SUMMARY The program shall read an input file consisting of whole numbers, compute statistical values based on those numbers, and write the results to an output file. PROJECT INSTRUCTIONS Write a program to: () read a set of whole numbers into an array (2) compute the minimum value (3) compute the maximum value (4) compute the average (5) compute the standard deviation (6) compute the median (7) compute the mode (8) write the results to the terminal screen and to an output file Optionally, for extra credit: (9) draw a histogram for the set of numbers

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!