A slot machine is a gambling device that the user inserts money into and then pulls a lever (or presses a button). The slot machine then displays a set of random images. If two or more of the images match, the user wins an amount of money that the slot machine dispenses back to the user.

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter8: Arrays
Section: Chapter Questions
Problem 5GZ
icon
Related questions
Question

A slot machine is a gambling device that the user inserts money into and then pulls a lever

(or presses a button). The slot machine then displays a set of random images. If two or more

of the images match, the user wins an amount of money that the slot machine dispenses

back to the user.

 

Create a 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, Melons, Bars

 

To select a word, 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

selected word is Oranges; and so forth. The program should randomly select a word

from this list three times and display all three of the words.

 

• The logic of generating a random number and map it to the fruit name should be placed into a method.

 

• If none of the randomly 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 he or she has won two times the amount entered. If three of the words match, the

program will inform the user that he or 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.

can you please write it in java.util.scanner form

and can you make it so i can copy and past it 

thank you in advance

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps with 2 images

Blurred answer
Knowledge Booster
Returning value from Function
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781305480537
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT