Question: Assignment Purpose The purpose of this assignment is to submit a well commented java program that uses an IF statement and number/string comparisons. Instructions 1.

Assignment Purpose The purpose of this assignment is to submit a well commented java program that uses an IF statement and number/string comparisons. Instructions 1. Remember the childhood game "Rock, Paper, Scissors"? It is a two-player game in which each person simultaneously chooses either rock, paper, or scissors. Rock beats scissors but loses to paper, paper beats rock but loses to scissors, and scissors beats paper but loses to rock. 2. Write a Java program that prompts player 1 and player 2 to each enter a string: rock, paper, or scissors. 3. Finish the program by adding nested if statements to appropriately report "Player 1 wins", "Player 2 wins", or "It is a tie." The skeleton program is given to you in the printable instructions. Submission Upload a well-commented java file on canvas. The name of your file should be your lastname > _ your firstname > _Lab3_1
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
