Question: Instructions Dice Game Write a program that plays a simple dice game between the computer and the user. When the program runs, a loop should
Instructions
Dice Game
Write a program that plays a simple dice game between the computer and the user. When the program runs, a loop should repeat times. Each iteration of the loop should do the following:
Generate a random integer in the range of through This is the value of the computer's die.
Generate another random integer in the range of through This is the value of the user's die.
The die with the highest value wins. In case of a tie, there is no winner for that particular roll of the dice.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
