Question
C programming (Craps Game Modification) Modify the craps program of 5.14 to allow wagering. Package as a function the portion of the program that runs
C programming (Craps Game Modification) Modify the craps program of 5.14 to allow wagering. Package as a function the portion of the program that runs one game of craps. Initialize variable bankBalance to 1000 dollars. Prompt the player to enter a wager. Use a while loop to check that wager is less than or equal to bankBalance, and if not, prompt the user to reenter wager until a valid wager is entered. After a correct wager is entered. After a correct wager is entered, run one game of craps. If the player wins, increase wager, print the new bankBalance, check whether bankBalance has become zero, and if so print the message, "Sorry, You busted!". As the game progresses, print various message to create some "chatter" such as, "Oh, you were going for broke, huh? or "Aw cmon, take a change!" or "You're up big, Now's the time to cash in your chips!"
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started