Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

+++++++Please Please Please Please Use JavaFX......++++++ A slot machine is a gambling device into which the user inserts money and then pulls a lever (or

+++++++Please Please Please Please Use JavaFX......++++++ A slot machine is a gambling device into which the user inserts money 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 JavaFX application that simulates a slot machine" Figure 15-56 shows an example of how the GUI should look.The application should let the user enter into a TextField the amount of money he or she is inserting into the machine. When the user clicks the Spin button, the application should display three randomly selected symbols. (Slot machines traditionally display fruit symbols. You will find a set of fruit symbol images in the Student Sample Programs.) The program should also display the amount that the user won for the spin, and the total amount won for all spins. The amount won for a spin is determined in the following way: If none of the randomly displayed images match, the user has won $0. if two of the images match, the user has won two times the amount entered. l If three of the mages match, the user has won three times the amount entered.image text in transcribed

Figure 15-56 Slot Machine application Slot Machine Amount Inserted: S Amount Won This Spin: 0.00 Total Amount Won: $0.00 in Figure 15-56 Slot Machine application Slot Machine Amount Inserted: S Amount Won This Spin: 0.00 Total Amount Won: $0.00 in

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

Seven NoSQL Databases In A Week Get Up And Running With The Fundamentals And Functionalities Of Seven Of The Most Popular NoSQL Databases

Authors: Aaron Ploetz ,Devram Kandhare ,Sudarshan Kadambi ,Xun Wu

1st Edition

1787288862, 978-1787288867

More Books

Students also viewed these Databases questions

Question

39. They said her report was good.

Answered: 1 week ago