Question: Write a C program for the following problems: 1. The objective is to generate 500 random, real numbers between two integers n and m, and

Write a C program for the following problems: 1. The objective is to generate 500 random, real numbers between two integers n and m, and compute the average and the standard deviation. Note that n and m are user input (i.e., keyboard inputs). a. Write statements to read n and m b. Build an array of these 500 numbers. c. Compute the average and the standard deviation d. Test your code with n=200 and m=300 and print the average and standard deviation
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
