Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Make a program that will simulate the game of craps. Roll a pair of dice first roll If first roll is 7 or 11, Win

image text in transcribedimage text in transcribed

Make a program that will simulate the game of craps. Roll a pair of dice first roll If first roll is 7 or 11, Win If first roll is 2, 3, or 12, "lose" If first rol is something else, keep rolling until you get 7 or the same total as first roll: 7 lose Same as first roll win Examples: First roll 11 win First roll 3 lose First roll 6 First roll 8 10 11 12 6 win 7 loses Requirements Use a do-while loop Make a function called rollDice that simulates rolling a pair of dice. This function simulates rolling a pair of dice. It returns a random number between 2 and 12. rollDice To simulate a roll of dice, think of 2 separate dice. Die 1 Die 2 roll (rando Grand0 6+ 1); use this one 0%6+1) generates a random number between 1 and 6 The following simulates 1 big die that has ll sides from 2 to 12 roll (rand0 11 2); Don't use this generates a random number between 2 and 12

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

Readings In Database Systems

Authors: Michael Stonebraker

2nd Edition

0934613656, 9780934613651

More Books

Students also viewed these Databases questions