Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

* * DO NOT USE WHILE, SWITCH LOOPS, METHODS, && ( ands ) and | | ( ors ) . Just if else statements!! *

**DO NOT USE WHILE, SWITCH LOOPS, METHODS, && (ands) and ||(ors). Just if else statements!!**Write code in Java.
*3.15(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 0,1, or 2 representing scissor, rock, or 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:
scissor (0), rock (1), paper (2): 1 Enter
The computer is scissor. You are rock. You won
scissor (0), rock (1), paper (2): 2 Enter
The computer is paper. You are paper too. It is a drawode in Java please!
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Beginning ASP.NET 4.5 Databases

Authors: Sandeep Chanda, Damien Foggon

3rd Edition

1430243805, 978-1430243809

More Books

Students also viewed these Databases questions

Question

What is a virus? What is a worm? How are they different?

Answered: 1 week ago

Question

2. Show the trainees how to do it without saying anything.

Answered: 1 week ago