Answered step by step
Verified Expert Solution
Question
1 Approved Answer
* * DO NOT USE WHILE, SWITCH, LOOPS, METHODS, && ( ands ) and | | ( ors ) ! ! ! ONLY BASIC IF
DO NOT USE WHILE, SWITCH, LOOPS, METHODS, && ands and ors ONLY BASIC IF ELSE STATEMENTS.
Code in Java
Game: scissor, rock, paper Write a program that plays the popular scissor, rock, paper game. A scissor can cut a paper, a rock can knock a scissor, and a paper can wrap a rock. The program randomly generates a number or representing scissor, rock, or paper. The program prompts the user to enter a number or and displays a message indicating whether the user or the computer wins, loses, or draws. Here are sample runs:
scissor rock paper : Enter
The computer is scissor. You are rock. You won
scissor rock paper : Enter
The computer is paper. You are paper too. It is a draw
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