Question: write a java class program 1. Class Dice: a) A Dice object has 2 attributes: Two integers which record the value of each . die.

 write a java class program 1. Class Dice: a) A Dice

write a java class program

1. Class Dice: a) A Dice object has 2 attributes: Two integers which record the value of each . die. b) Default constructor which sets the value of each die to zero. c) Get (accessor) methods for each attribute. d) A rollDice() method which randomly assigns a number between 1 and 6 to each die and return the sum of the two dice. A toString() method that returns the content of each die as a String e)

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!