Write a method called diceSum that accepts a Scanner for the console as a parameter and prompts for a desired sum, then repeatedly simulates the rolling of 2 six-sided dice until their sum is the desired sum. Here is a sample dialogue with the user:
Desired dice sum: 94 and 3 = 73 and 5 = 85 and 6 = 115 and 6 = 111 and 5 = 66 and 3 = 9
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.