akosiraff

Download Dice Roll

May 11th, 2016
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1.  
  2. Download: http://solutionzip.com/downloads/dice-roll/
  3. Create a C# program to simulate the rolling of two dice 100 times. two dice display the same number, the program should show the roll sequence number (e.g. the 10th roll) and the number on the dice (for example. “Roll 1 – Both dice throw 6″). After the 100 rolls are complete, provide a summary to the user of how many doubles of 1 were rolled, how many doubles of 2 were rolled, how many doubles of 3 were rolled, how many doubles of 4 were rolled, how many doubles of 5 were rolled, and how many doubles of 6 were rolled. Remember that valid values for dice are 1, 2, 3, 4, 5, and 6. It should be Windows Forms application, the user should only need to click one button to roll the dice all 100 times.
  4. Download: http://solutionzip.com/downloads/dice-roll/
Add Comment
Please, Sign In to add comment