Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write a C program to input the following integers numbers into an array named grades: 89,95,72,83,99,54,86,75,92,73,79,75,82,73. As each number is input, add the numbers to

Write a C program to input the following integers numbers into an array named grades: 89,95,72,83,99,54,86,75,92,73,79,75,82,73. As each number is input, add the numbers to the 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 obtained as the element value less the average of all the data. Have the program display each deviation alongside its corresponding element from the grades array

Also, calculate the variance of the data used in the program. The variance is obtained by squaring each individual l deviation and dividing the sum of the squared deviation by the number of deviation

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions

Question

1. Define and explain culture and its impact on your communication

Answered: 1 week ago