Question: Write a complete program to read up to 100 floats from the standard input, compute the average of the numbers read, and then print each
Write a complete program to read up to 100 floats from the standard input, compute the average of the numbers read, and then print each number and its absolute difference from the average. Use const to define any constants that are needed. Define variables near the point at which they are first used. Use //-style comments.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
