Question: 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 boolean
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
