Answered step by step
Verified Expert Solution
Question
1 Approved Answer
i need this in Java Game: Rock, paper, scissors Write a program that plays the popular rock-paper-scissor game. (A scissor can cut a paper, a
i need this in Java
Game: Rock, paper, scissors Write a program that plays the popular rock-paper-scissor game. (A scissor can cut a paper, a rock can knock/smash a scissor, and a paper can wrap a rock.) The program randomly generates a number 0, 1, or 2 representing scissor, rock, and paper. The program prompts the user to enter a number 0,1 , or 2 and displays a message indicating whether the user or the computer wins, loses, or draws. Here are sample runs: The red text is typed by the user Enter 0 for scissor, 1 for rock, or 2 for paper ? 1 The computer is scissor. You are rock. You win
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started