Question: Using C++ 1 Write a program that emulates rolling a die. a) Main handles all input and output. b) Create a function named roll to

 Using C++ 1 Write a program that emulates rolling a die.

Using C++

1 Write a program that emulates rolling a die. a) Main handles all input and output. b) Create a function named roll to calculate the outcome of a six sided dice roll - returns the result of a single dice ro11 c) Create a second function named roll to calculate dice rolls of a specific dice size - accept the dice size as a parameter - returns the result of a single dice ro11 d) Main should output the result of rolling: -a six sided die three times - a 10, 20 and 30 sided die once time each Roll 1 (6): 1 Roll 2 (6): 5 Roll 3 (6): 4 Roll 1 (10) 2 Ro11 2 (20): 14 Rol1 3 (30): 11

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!