Question: must do the code in c# Program 2: Generate random numbers to represent the face value of a standard die that you would use in

must do the code in c# Program 2: Generate random numbers tomust do the code in c#

Program 2: Generate random numbers to represent the face value of a standard die that you would use in a board game. Values are typically 1,2,3,4,5 or 6. Of course if you want to represent a D20 or the like, feel free to(face values aren't sequential!). For this solution, generate 2 random numbers for each of the X trials. Add the value of the two die and use this new value to create your histograms. This should give you BIN values between 2 (1+1) and 12(6+6). You should get a "shape" out of you BIN counts as some sums will be more common than others. There's only one way to get a sum of 2 or 12 but many ways to get a 7: 1+6, 2+5, 3+4, 4+3,5+2,6+1

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!