In this minilab, you'll create a game of chance.
Complete the starter code in order to make the "Spin the Wheel" game functional. You'll need to use variables to increase and decrease the amount of money a player has throughout the game. The code to make the wheel spin and stop is already programmed.
What you'll learn
- Review the use of conditional statements.
- Use mathematical operators in the conditionals.
- Use variables.