Question: program should be in JAVA , Thank you 5. Rock, Paper, Scissors Game Write a program that lets the user play the game of Rock,
program should be in JAVA , Thank you

5. Rock, Paper, Scissors Game Write a program that lets the user play the game of Rock, Paper, Scissors against the computer. The program should work as follows. (a) When the program begins, a random number in the range of 1 through 3 is generated. If the number is 1, then the computer has chosen rock. If the number is 2, then the computer has chosen paper. If the number is 3, then the computer has chosen scissors. (Don't display the computer's choice yet.) (b) The user enters his or her choices of "rock", "paper", or "scissors" at the keyboard. (You can use a menu if you prefer.) (c) The computer's choice is displayed. (d) A winner is selected according to the following rules If one player chooses rock and the other player chooses scissors, If one player chooses scissors and the other player chooses . If one player chooses rock and the other player chooses paper, . If both players make the same choice, the game must be played then rock wins. (The rock smashes the scissors.) paper, then scissors then paper wins. (Paper wraps rock) again to determine the winner Be sure to divide the program into methods that perform each major task
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
