Created By: M Ritter | Difficulty Level: 2
Write a program to simulate the throw of two dice (each between 1 and 6). Display the numbers representing each dice. If the numbers on the two dies are not equal, the player's score is the sum of the numbers thrown. Display the score. If the numbers on the two dice are equal, the player scores twice the sum of the number thrown. Display 'You threw a double' and the score.
Drag from here
Construct your solution here