Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Can anyone help me to get the output below! thx! ====Java========= (Game: scissor, rock, paper) Write a program that plays the popular scissor-rock-papergame. (A scissor

Can anyone help me to get the output below! thx!

====Java=========

(Game: scissor, rock, paper)

Write a program that plays the popular scissor-rock-papergame. (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, 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.

Theprogram will let the user continuously play until either the user or the computer wins three times.

  • Submit your source code (Assignment1.java), and screenshots of test runs at Assignment 1 in Canvas by the deadline
  • Late penalty: 2 points off for each day late. 5-point off for the resubmission after grading. The resubmission should be made within 3-days after grading to avoid additional late penalty.
  • Sample output:

image text in transcribed

Assignment1 [Java Application] /Library/Java/JavaVirtualMachines/jdk1.8. Please enter your choice - scissor (0), rock (1), paper (2): 0 It is a draw Please enter your choice - scissor(0), rock (1), paper (2): 0 It is a draw Please enter your choice - scissor (0), rock (1), paper (2): 0 You won Please enter your choice - scissor (), rock (1), paper (2): 1 Youlost Please enter your choice - scissor (), rock (1), paper (2): 1 You won Please enter your choice - scissor (0), rock (1), paper (2): 2 You won Congratulations! You got the first three win:s Assignment1 [Java Application] /Library/Java/JavaVirtualMachines/jdk1.8 Please enter your choice - scissor (), rock (1), paper (2): 0 You won Please enter your choice - scissor (0), rock (1), paper (2): 1 Youlost Please enter your choice - scissor (), rock (1), paper (2): 1 It is a draw Please enter your choice - scissor (0), rock (1), paper (2): 2 You lost Please enter your choice - scissor (0), rock (1), paper (2): 2 ou lost Sorry, you Lost. The computer got the flrst three wins

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

Machine Learning And Knowledge Discovery In Databases European Conference Ecml Pkdd 2010 Barcelona Spain September 2010 Proceedings Part 1 Lnai 6321

Authors: Jose L. Balcazar ,Francesco Bonchi ,Aristides Gionis ,Michele Sebag

2010th Edition

364215879X, 978-3642158797

More Books

Students also viewed these Databases questions

Question

(a) What is the best model for the data provided? Pg45

Answered: 1 week ago