Question: Create a flow chart for your proposed solution (don,t write the codes ) Objective: Write a program that gives the statistics of an 8-sided die
- Create a flow chart for your proposed solution (don,t write the codes )

Objective: Write a program that gives the statistics of an 8-sided die being rolled some number of times! The user puts in the number of times the die is rolled. Make sure to check for valid inputs, so no negative numbers. Then use a random number generator that picks only the number 1 through 8 and keep tally on each of those. Give the statistics at the end. Example Dialog: Enter the number of times an 8-sided die should be rolled 100 2 was rolled 4 was rolled 7 was rolled 7 was rolled 5 was rolled 8 was rolled 7 was rolled
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
