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