Question: C++ Heres my craps program 2 (crapsStat.pp) Part of assignment 5 You are going to calculate the probabilities of winning sing in the craps game.

C++  C++ Heres my craps program 2 (crapsStat.pp) Part of assignment 5
You are going to calculate the probabilities of winning sing in the
Heres my craps program
craps game. Make a copy of craps.cpp and name it crapsStat.cpp [kslott@empress
csl1 I]S cp craps.cpp crapsStat.cpp Open crapsStat.cpp and modify this file. Ask

2 (crapsStat.pp) Part of assignment 5 You are going to calculate the probabilities of winning sing in the craps game. Make a copy of craps.cpp and name it crapsStat.cpp [kslott@empress csl1 I]S cp craps.cpp crapsStat.cpp Open crapsStat.cpp and modify this file. Ask the user how many games she wants to play. Then calculate the percentages of winning and losing Rename the main function to playGame. Make the playGame function return true or false. Inside the main, ask the user to enter the number of games she wants to play then play that many games. Calculate the percentages of winning and losing int main0 srand(time(0) how many games do you want to play? Play as manty games as the user requested. Calculate the percentages of winning and losing. percentages of winning and losing ??7? playGame(????) int main) lisrandtimeto) edo not leave this in play Game. Move it to the top of main. This function plays one craps game. It should return true if win or return false if lose. Mathematical analysis on the craps game http:/mathworld wolfram.com Craps,html The probability of winning is 49.2929 Sample runs

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!