Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Create a python program that simulates a slot machine. When the program runs, it should do the following: Asks the user to enter the amount

Create a python program that simulates a slot machine. When the program runs, it should do the following: Asks the user to enter the amount of money he or she wants to enter into the slot machine. Instead of displaying images, the program will randomly select a word from the following list: Cherries, Oranges,Plums,Bells,Mellons,Bars . To select the program can generate a random number in the range of 0 through 5. If the number is 0 the selected word is cherries, if the number is 1 the word is oranges and so forth. The program should randomly select a word from the list three time and display all three words. If none of the random selected words match the program will inform the user that he or she has won $0. If two of the words match the program will inform the user that won two times the amount entered, and if three of the words match the program will inform the user he/she has won three times the amount entered. The program will ask whether the user wants to play again. If so these steps are repeated. If not the program displays the total amount of money entered into the slot machine and the total amount won.

The objective is: To practice random number generation, loop and decision structure.

Please help.

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

Professional Visual Basic 6 Databases

Authors: Charles Williams

1st Edition

1861002025, 978-1861002020

More Books

Students also viewed these Databases questions

Question

Why is the System Build Process an iterative process?

Answered: 1 week ago