You have been employed by Tsogo Sun Gaming and you first job will be to create a brand-new slot machine in JAVA called the “YOU WILL ALWAYS LOSE” The big bosses have given you the following specifications on how the machine needs to work (Screen shots have been provided to indicate how the output should look): Every player starts with 100 credits at the beginning of the game, and the machine will ask the player how much they would like to play. The machine needs to check if the player wants to play more credits than the player actually has and needs to kick the player out The system now needs to take the amount the user played and subtract that from the amount of credits the player had, then 3 numbers need to be randomly generated, and the machine needs to check if the 3 numbers are the same. a. If the numbers are the same the player wins double what they played which is then added to the amount of credits they have. b. If any of the numbers are different the player loses, and the cred ts they played are lost. The player now needs to be asked if they want to play again a. If yes, the game needs to restart but now with the correct amount of credits (if they won credits, the credits need to be added, if they lost, the credits need to be subtracted)
You have been employed by Tsogo Sun Gaming and you first job will be to create a brand-new
slot machine in JAVA called the “YOU WILL ALWAYS LOSE”
The big bosses have given you the following specifications on how the machine needs to work
(Screen shots have been provided to indicate how the output should look):
Every player starts with 100 credits at the beginning of the game, and the machine will
ask the player how much they would like to play.
The machine needs to check if the player wants to play more credits than the player
actually has and needs to kick the player out
The system now needs to take the amount the user played and subtract that from the
amount of credits the player had, then 3 numbers need to be randomly generated, and
the machine needs to check if the 3 numbers are the same.
a. If the numbers are the same the player wins double what they played which is
then added to the amount of credits they have.
b. If any of the numbers are different the player loses, and the cred ts they played
are lost.
The player now needs to be asked if they want to play again
a. If yes, the game needs to restart but now with the correct amount of credits (if
they won credits, the credits need to be added, if they lost, the credits need to be
subtracted)
Trending now
This is a popular solution!
Step by step
Solved in 2 steps with 1 images