Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write a modular C program to accomplish the following: Play the dice game of Craps using a random number generator to simulate the roll of

Write a modular C program to accomplish the following:

Play the dice game of Craps using a random number generator to simulate the roll of the dice, the code for the rolling of the dice should take place in a user written modules. You must generate two random numbers, 1 - 6, for the dice roll, DO NOT generate a single number from 1 to 12.

The rules of the game are as follows:

1st roll, a score of 7 or 11 wins.

1st roll, a score of 2, 3, or 12 loses.

1st roll, any number other than those listed above becomes the goal number. You must keep rolling until you roll the goal number again. If a 7 is rolled before the goal number, you lose.

Make the game continuous, until you tell it to stop. If you choose to place fictitious bets you can bet the same amount, or change you bet after each win or loss. Print the results of each roll and the running total of winnings or loses.

Be sure to properly document your source code.

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

DATABASE Administrator Make A Difference

Authors: Mohciine Elmourabit

1st Edition

B0CGM7XG75, 978-1722657802

More Books

Students also viewed these Databases questions

Question

What do Dimensions represent in OLAP Cubes?

Answered: 1 week ago