Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Preferably in Python Create a program using a preferred programming language that simulates a dice game with the following rules: The player starts with a
Preferably in Python
Create a program using a preferred programming language that simulates a dice
game with the following rules:
The player starts with a specified initial amount of money input by the user
The player bets on the outcome of rolling two fair sixsided dice.
If the total number of the dice roll result is even, the player wins BAM.
If the total number of the dice roll result is odd, the player loses BAM.
The game continues until the player's balance reaches BAM or less.
The program should keep track of the number of rolls and the player's current
balance after each roll output
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