1 Name: Anonymous : 2015-06-23 01:47
i need help creating a java application that simulates a simple slot machine in which three numbers between 0 and 9 are randomly generated and printed side by side. If all three numbers are the same print “Jackpot!”, if only two of the three are the same print “matched 2!”. Allow the user to enter a sentinel value to stop the game from running.
2 Name: Anonymous : 2015-06-23 01:51
>>1also need to use if else, and Do. Not switches.