Answered step by step
Verified Expert Solution
Link Copied!

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**
*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 draw
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

Step: 3

blur-text-image

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

Database Concepts

Authors: David Kroenke

4th Edition

0136086535, 9780136086536

More Books

Students also viewed these Databases questions