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

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

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!