Question: Write a program in C that simulates throwing a 6 sided die N times. N IS A VALUE ENTERED BY THE USER. prompt the user
Write a program in C that simulates throwing a 6 sided die N times. N IS A VALUE ENTERED BY THE USER. prompt the user for this. Throw the die N times and then print out the face value that occurred most often and how many times it occurred. Use the function rand() with the remaineder operator.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
