Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

C++ Question: Need help with code. Need to write program with these specifications: Create a program to allow a user to play a modified craps

C++ Question: Need help with code.

Need to write program with these specifications:

Create a program to allow a user to play a modified craps games. The rules will be as follows:

1) User starts with $50.00 as their total.

2) Ask the user for their bet (maximum bet is their current total).

3) Throw a pair of dice.

a) If the total value is 7 or 11, the user is an instant winner. The user has the amount bet added back into their total. Ask the user if they wish to play again and if so they start at step two above.

b) If the total value is 2, 3, or 12, the user is an instant loser. The user has the amount bet deducted from their total. Ask the user if they wish to play again and if so they start at step two above.

c) If the total is anything else, remember this total as the point and roll again.

i) If the new total is equal to the point, the user wins and the process is the same as winning in (a) above

ii) If the new total is a 7, the user loses. And the process is the same as losing in (b) above.

iii) If the new total is anything else the user must roll again and again try to match the point of the first roll.

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

Practical Azure SQL Database For Modern Developers Building Applications In The Microsoft Cloud

Authors: Davide Mauri, Silvano Coriani, Anna Hoffma, Sanjay Mishra, Jovan Popovic

1st Edition

1484263693, 978-1484263693

More Books

Students also viewed these Databases questions

Question

They dont explain things in fi remans talk.

Answered: 1 week ago