Question: Using Java 9. Dice Game 4 points Write a program that plays a simple dice game between the computer and the user. When the program
9. Dice Game 4 points Write a program that plays a simple dice game between the computer and the user. When the program runs, a loop should repeat 10 times. Each iteration of the loop should do the following Generate a random integer in the range of 1 through 6. This is the value of computers die Generate another random integer in the range of 1 through 6. This is the value of users die. The die with the highest value wins. In case of a tie, there's npo winner for that particular roll of dice. The program should also keep a count of the number of times the computer and user wins. After all of its iterations, the program should display who the grand winner is 9. Dice Game 4 points Output at 3 instances Computer....6 The computer is the grand winnerl Computer....4 The user is the grand winner! Computer....4 The game has ended in a tie
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
