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
Get step-by-step solutions from verified subject matter experts
