Question: The book used the following code to simulate a die (1 to 6). It is wrong. Explain the error and how to correct it: d=rand()
The book used the following code to simulate a die (1 to 6). It is wrong. Explain the error and how to correct it: d=rand() % 5 +1;
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
