Answered step by step
Verified Expert Solution
Link Copied!

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 3 matching symbols on each wheel. Slot machines have a variety of symbols on the wheel. For our slot machine, we'll have 4 different possible symbols: 7, $, #, and X. Matching each set of symbols should result in the following payouts:
777=100 dollars
$$$ =50 dollars
### =25 dollars
XXX =10 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 10 dollars and each pull on the slot machine costs 1 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 0 dollars, the program should exit.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Understanding Oracle APEX 5 Application Development

Authors: Edward Sciore

2nd Edition

1484209893, 9781484209899

Students also viewed these Databases questions