Set up a loop to run 5 times. In the loop:

Set two variables each equal to a random number between 1 & 6. (They should each have their own random number.)

Print the two values on one line with a label o Add the two dice together.

Keep track of the largest sum as you loop

• After the loop, print the largest sum with a label.



Answer :