Question: ntegers seedVal and maxValue are read from input. maxValue represents the number of faces of a die. Complete the following tasks: Call randGen's setSeed (

ntegers seedVal and maxValue are read from input. maxValue represents the number of faces of a die. Complete the following tasks:
Call randGen's setSeed() with seedVal as the argument.
Assign variables roll1, roll2, and roll3 each with a random dice roll between 1 and maxValue, both inclusive.
Assign variable sumRolls with the sum of roll1, roll2, and roll3.
Click here for example
Ex: If maxValue is 7, then one possible output is:
6
7
2
Sum: 15

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!