Question: Write a program to play the rock-paper-scissor game. Each of two users types in either P, R, or S. The program then announces the winner
Write a program to play the rock-paper-scissor game. Each of two users types in either P, R, or S. The program then announces the winner as well as the basis for determining the winner: paper covers rock, rock breaks scissors, scissors cuts paper, or nobody wins. Your program should allow the users to use lowercase as well as uppercase letters.
Step by Step Solution
3.24 Rating (153 Votes )
There are 3 Steps involved in it
public class RockPaperScissors public static void mainString args String player1Choice String player... View full answer
Get step-by-step solutions from verified subject matter experts
