Question: help This program will accept a positive integer as the seed for the random number generator. This part of the code has been provided in

This program will accept a positive integer as the seed for the random number generator. This part of the code has been provided in the template. You will then use the rand() function to generate a random integer. Find a way to use the modulo (remainder) operator in an arithmetic expression to convert the random integer into a die value (1-6). Your program must generate two unique die values and sum the result which will both be displayed as in the following example. Output (user prompt). Enter a positive integer: Input (user supplied seed) 23 Output You rolled a 3 and for a total of 4. 1 #include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
