Question: /* Finish the Java class named Dice that will throw a dice until observing the face-up side * be 3 successively twice. Please make sure

/* Finish the Java class named Dice that will throw a dice until observing the face-up side * be 3 successively twice. Please make sure it is successively twice. * * To throw a dice is equivalent to generating a random number within [1, 6] */ public class Dice { public static void main(String[] args) { // YOUR CODES } }
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
