Answered step by step
Verified Expert Solution
Question
1 Approved Answer
The goal of the game is to get 3 matching symbols on each wheel. Slot machines have a variety of symbols on the wheel. For
The goal of the game is to get matching symbols on each wheel. Slot machines have a variety of symbols on the wheel. For our slot machine, we'll have different possible symbols: $ # and X Matching each set of symbols should result in the following payouts:
dollars
$$$ dollars
### dollars
XXX dollars
When the user runs the program, the program should ask the user if they want to play the slot machine or exit the program. The user should start with dollars and each pull on the slot machine costs dollar. Each time the user hits a matching set of symbols, the payout from that result should be added to the user's total dollars. If the user hits dollars, the program should exit.
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