Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started