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
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).
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).