Question: Write a C/C++ program that uses a random number (see pp 78-80 in Schaums) to create a random number vector containing N numbers, between the
Write a C/C++ program that uses a random number (see pp 78-80 in Schaums) to create a random number vector containing N numbers, between the lower and upper limits of MIN and MAX, respectively. Print out the random number vector, then have your program do the following statistics calculation: (a) The sum of all the random numbers (b) The mean value (c) The variance (see formula above) (d) The standard deviation (see formula above) (e) Count the number of even and odd random numbers (f) Find the minimum and maximum values After writing your code, test with N = 200, LOW = 40, HIGH = 100
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
