Question: Help with C# coding please A slot machine is a gambling device into which the user inserts money and then pulls a lever (or presses
Help with C# coding please
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 an application that simulates a slot machine. The image below shows an example of how the form should look at run time. The application should let the user enter into 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. (Slot machines traditionally display fruit symbols. You will find a set of fruit symbols in the Images\Fruit Symbols folder in the Images zip file included in the Chapter 1 program problems.)
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 match, the program should inform the user that he or she has won two times the amount entered. If three of the images match, 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.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
