Question: OBJECTIVES: Enter and run a C or C++ program that uses a function DESCRIPTION: Design a C or C++ program that does the following: 1)
OBJECTIVES: Enter and run a C or C++ program that uses a function DESCRIPTION: Design a C or C++ program that does the following: 1) Use a loop to simulate the rolling of a pair of dice 1000 times. 2) Use the function provided named roll to simulate the rolling of a single die. 3) Write a function named rollDice to simulate the rolling of two dice by calling the roll function twice 4) Count the number of times each value from 2 to 12 occurred. You will need a separate counter for each value. If the value is 2, then increment its counter. If the value is 3, then increment its counter, etc. 5) Display the result of each of the counters.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
