Question: Can you a write a C++ program in codeblocks for the following problem? Thank you. (Data processing) a. Write a program to input the following

Can you a write a C++ program in codeblocks for the following problem? Thank you.

Can you a write a C++ program in codeblocks for the following

(Data processing) a. Write a program to input the following integer numbers in an array named grades: 89, 95, 72, 83, 99, 54, 86, 75, 92, 73, 79, 75, 82, and 73. As each number is input, add the numbers to a total. After all numbers are input and the total is obtained, calculate the average of the numbers, and use the average to determine the deviation of each value from the average. Store each deviation in an array named deviation. Each deviation is obtained as the element value less the average of all the data. Have your program display each deviation with its corresponding element from the grades array. b. Calculate the variance of the data used in Exercise a. The variance is obtained by squaring each deviation and dividing the sum of the squared deviations by the number of deviations

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!