Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Question: C/C++ROLLING DICE PROGRAM LAB ASSIGNMENT AND LAB REPORT OBJECTIVES: Enter and run a C or C++ program that uses a function DESCRIPTION: C or

Question:

C/C++ROLLING DICE PROGRAM LAB ASSIGNMENT AND LAB REPORT

OBJECTIVES:

Enter and run a C or C++ program that uses a function

DESCRIPTION:

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 namedrollto simulate the rolling of a single die.

3)Create function namedrollDiceto simulate the rolling of two dice by calling therollfunction 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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Modern Dental Assisting

Authors: Doni Bird, Debbie Robinson

13th Edition

978-0323624855, 0323624855

Students also viewed these Programming questions