Question: Write a program FiveDice.Java that uses randomValue = ((int)(Math.random())*100)%HIGHEST_DIE_VALUE + LOWEST_DIE_VALUE); to calculate a random value for a six sided die for five dices for

Write a program FiveDice.Java that uses "randomValue = ((int)(Math.random())*100)%HIGHEST_DIE_VALUE + LOWEST_DIE_VALUE);" to calculate a random value for a six sided die for five dices for two separate players. A mtehod called, Die, should return the die's value. The FiveDice class should store the randomly thrown dice in an array of Die objects. Display the results for both the player and computer for each round.

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!