Page 1 of 1

Stage 8 Add code to keep track of how many games were played, how many were won, lost and how many were even-steven. Dis

Posted: Mon May 09, 2022 7:17 am
by answerhappygod
Stage 8 Add Code To Keep Track Of How Many Games Were Played How Many Were Won Lost And How Many Were Even Steven Dis 1
Stage 8 Add Code To Keep Track Of How Many Games Were Played How Many Were Won Lost And How Many Were Even Steven Dis 1 (19.23 KiB) Viewed 25 times
Will relate to -
https://www.answers.com/homework-help/que ... -q97311816
and https://www.answers.com/homework-help/que ... -q97137558
Please leave answer in the form of C++
Stage 8 Add code to keep track of how many games were played, how many were won, lost and how many were even-steven. Display this to the screen (as seen in the sample output) Stage 9 Add code to validate all user input. Use a while loop to check that the bet is less than or equal to the chip_balance, and if not, prompt the user to re-enter the bet until a valid bet is entered i.e. (between 0-chip_balance inclusive).