Dice Roll
Goal:
Use a Random object to generate random integers so your code can roll different numbers on a dice.
Steps:
- Create a Random object.
- Generate a random number between 1 and 6.
- Change the code to display the dice image to match the number each time the "CLICK HERE TO ROLL" button is pressed.
- Test your code to make sure all 6 sides are displayed.