Question: Write a program that prints a random integer. The C++ standard library contains a pseudo random number generator that you can use to solve this

Write a program that prints a random integer. The C++ standard library contains a pseudo random number generator that you can use to solve this problem. The function rand returns a pseudo random number. To use rand in your programs, you need to include the cstdlib header as follows. #include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
