Question: Write a Java application that contains a method for rolling a 6-sided dice and returns the value. The program should call the method 100 times
Write a Java application that contains a method for rolling a 6-sided dice and returns the value. The program should call the method 100 times and report how many times each of the different numbers between 1 and 6 were rolled. Use an array to hold the counts of the different face values.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
