Question: C++ programming The statement n = rand(); assigns to variable n a value between 0 and a very large positive integer. Modify the statement to
C++ programming

The statement n = rand(); assigns to variable n a value between 0 and a very large positive integer. Modify the statement to assign to n a random value in the range [0, 15]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
