Question: Write a C++ program that generate a series of 70 random numbers in the range 1 to 50 using the functions rand() and srand(). For
Write a C++ program that generate a series of 70 random numbers in the range 1 to 50 using the functions rand() and srand(). For the first 35 random numbers use the seed value from system’s clock. For the next 35 numbers of the sequence use seed value which is taken from user.
Note: You will take seed value from user once at the start of the program, not in the loop.
Step by Step Solution
3.38 Rating (160 Votes )
There are 3 Steps involved in it
Solution Code include include include include include include include incl... View full answer
Get step-by-step solutions from verified subject matter experts
