Answered step by step
Verified Expert Solution
Question
1 Approved Answer
ONLY A COMBINATION OF JAVASCRIPT , HTML ,CSS Slot Machine [15 marks] Amount Inserted: $ Spin Ext A slot machine is a gambling device into
ONLY A COMBINATION OF JAVASCRIPT , HTML ,CSS
Slot Machine [15 marks] Amount Inserted: $ Spin Ext 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 matches, the user wins an amount of money that the slot machine dispenses back to the user. Create an application that simulates a slot machine. The application should let the user enter into a TextBox 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. If none of the randomly displayed images match, the program should inform the user that he or she has won $0. If two of the images matches, the program should inform the user that he or she has won two times the amount entered. If three of the images matches, the program should inform the user that he or she has won three times the amount entered. When the user clicks the Exit button to exit the application, the program should display the total amount of money entered into the slot machine and the total amount won. Grading Criteria i. ii. iii. a. Spin feature: 10 marks Display random images Compute the winning amount Inform the user the result b. Able to determine the total winnings : 5 marks
Step by Step Solution
★★★★★
3.28 Rating (148 Votes )
There are 3 Steps involved in it
Step: 1
ANSWER To create an application that simulates a slot machine we can use C programming language and Windows Forms for the user interface Heres an exam...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