Question: need help writing code 2.) write a c/c++ program that uses a random number generator see pp 78-80 in Schaums) to create a random number
2.) write a c/c++ program that uses a random number generator 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 calculations: (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 (hint: use the modulus function) (f Find the minimum and maximum values hint: use a for loop and else if loop) After writing your code, test with Na 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
