Hello .. good evening.. i hope you are in good health.. please help me..Please code in java and please dont use very advanced methods .. solve it properly exactly like the steps mentioned..thank you so much for your kind help Write a Rock-Paper-Scissors game where the computer always beats the user!

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter9: Advanced Array Concepts
Section: Chapter Questions
Problem 1GZ
icon
Related questions
Question

Hello .. good evening.. i hope you are in good health.. please help me..Please code in java and please dont use very advanced methods .. solve it properly exactly like the steps mentioned..thank you so much for your kind help

Write a Rock-Paper-Scissors game where the computer always beats the user!

• Welcome the user to the game, and ask them to enter their move. Make sure the user knows his/her possible options (‘R’ for rock, ‘P’ for paper, ‘S’ for scissors).

• The computer should always win and should respond accordingly.

HINT: To test whether two strings are equal you need to use the .equals() method:, as in:

if( userMove.equals(‘R’) )…

• Account for the case where the user does not enter a valid move. For example, if the user enters the letter Z, you could say:

That is not a valid move. Sorry, you lose by default.

• Regardless of the outcome, ask the user if they want to play again. Allow them to play as many times as they want.

Sample Program Run Hello, and welcome to “Rock Paper Scissors!” In this game, you can play either (R)ock, (P)aper, or (S)cissors and I, the computer, will attempt to outmaneuver you.

Please enter your move: P

You played: paper Computer plays: scissors Sorry, old chap! Looks like you lose again.

Would you like to play again? (Y/N): Y

Please enter your move: R

You played: rock Computer plays: paper Sorry, old chap! Looks like you lose again.

Would you like to play again? (Y/N): N

Goodbye!

Expert Solution
steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
JQuery and Javascript
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT