Question: Please code this in C++ Lab 4B --- Dice Game using Simulation Specifications: This is a two dice game using random numbers for input. Generate

 Please code this in C++ Lab 4B --- Dice Game using

Please code this in C++

Lab 4B --- Dice Game using Simulation Specifications: This is a two dice game using random numbers for input. Generate a seed using srand() and your computer's system time. Generate random numbers between 1 and 6 to simulate rolls of 2 dice. Add the sum of the 2 dice and compare the sum to the Winning, Losing, and Play Again conditions given below. Display appropriate text (see examples). You will need to keep rolling the dice until you either reach a winning or losing condition. Note: If you need to roll again, sum should start back at 0. Condition Table: Winning Conditions: 7,9, and 11 Losing Conditions: 2, 3, and 5 Roll again conditions: 4, 6, and 12

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!