Question: IN JAVA PLEASE Write a program that plays a simple dice game between the computer and the user. When the program runs, a loop should

IN JAVA PLEASE

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, theres 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

Output at 3 instances Computer....6 User........0 Ties........4 The computer is the grand winner!

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!