Write a program that simulates a dice roll by picking a random number from 1-6 and then picking a second random number from 1-6. Add the two values together, and display the total.
HERE COMES THE DICE!
Roll #1: 3
Roll #2: 5
The total is 8!
©2017 Graham Mitchell