Question: 4- Suppose three dice are thrown at random. Write a method that returns all possible permutations or configurations of the three dice that yield the
4- Suppose three dice are thrown at random. Write a method that returns all possible permutations or configurations of the three dice that yield the sum of nine. Since the maximum possible number on a die is 6, the passing value for your method is 6. (25pts) Answer: public class Q2 { public static void main(String[] args) { } // please write your method }
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
