Question
Create a program that does the following in C language In a separate function prompt a user for the number of times they would like
Create a program that does the following in C language
In a separate function prompt a user for the number of times they would like to roll an 8 sided die.
In a separate function roll the die using random number generation.
In a separate function output the results.
DO NOT use any global variables and the main function should only have function calls and variables. Do not call a function from another function.
Use Arrays for this assignment.
//sample output
How many times would you like to roll the 8 sided die? 50
You had:
10 ones
5 twos
4 threes
6 fours
5 fives
7 sixes
3 sevens
10 eights
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