Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Java Question: public class PairOfDice private int diel, die2; public PairOfDiceOi roll); public void rollO t die1 = StdRandom.uniform(1, die2 = StdRandom.uniform(1, 7) ; 7)
Java Question:
public class PairOfDice private int diel, die2; public PairOfDiceOi roll); public void rollO t die1 = StdRandom.uniform(1, die2 = StdRandom.uniform(1, 7) ; 7) ; public boolean isDoubles) return die1-die2; public int sum(O return dieldie2; // ToDo 1 // add an instance method that determines if both dice are even. /hint boolean // ToDo 2 // add an instance method that determines if both dice are odd. /hint booleanStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started