Question: Write a java program that simulates rolling two dice. Prompt the user to enter the number of dice rolls. Use a loop to repeatedly call
Write a java program that simulates rolling two dice. Prompt the user to enter the number of dice rolls. Use a loop to repeatedly call a method that simulates a dice roll and returns the total of the two dice to main. Keep track of the rolls in an array in main, and end the program by showing the results of the rolls.
Sample Run
2 was rolled 20 times
3 was rolled 28 times
4 was rolled...
...
12 was rolled 18 times.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
