Question: Write a program in C, that creates a random number generator to roll a single 6-sided die. DO NOT DISPLAY THE RESULTS OF EACH ROLL.
Write a program in C, that creates a random number generator to roll a single 6-sided die.
DO NOT DISPLAY THE RESULTS OF EACH ROLL.
Ask the user how many times to roll the die.
Roll the die that many times and keep track of how many times each number is rolled.
Display a nicely formatted tally of how many times each number was rolled.
Please type and display output.
Thank you
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
