Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

3.17 (Game: scissor, rock, paper) Write a program that plays the popular scissorrockpaper game. Rules : A scissor can cut a paper, a rock can

3.17 (Game: scissor, rock, paper) Write a program that plays the popular scissorrockpaper game.

Rules: A scissor can cut a paper, a rock can knock a scissor, a paper can wrap a rock.

The program should randomly generates a number 0, 1, or 2 representing scissor, rock, and paper.

The program should prompt 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:

Welcome to Rock-Paper-Scissor Game by {name}

Selection options: scissor (0), rock (1), paper (2)

Make a selection: 1

The computer is scissor. You are rock. YOU WIN!!!

Welcome to Rock-Paper-Scissor Game by {name}

Selection options: scissor (0), rock (1), paper (2)

Make a selection: 2

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

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

Data Management Databases And Organizations

Authors: Richard T. Watson

6th Edition

1943153035, 978-1943153039

More Books

Students also viewed these Databases questions