Write a program that lets the

Write a program that lets the user play the game of Rock, Paper, Scissors against the computer.

The program should work as follows.

5.1. When the program begins, a random number in the range of 1 through 3 is generated. If

the number is 1, then the computer has chosen rock. If the number is 2, then the computer

has chosen paper. If the number is 3, then the computer has chosen scissors. Don’t

display the computer’s choice yet.

5.2. The user enters his or her choice of “rock”, “paper”, or “scissors” at the keyboard. Gather this input using JOptionPane.showInputDialog().

5.3. Display the computer’s choice.

5.4. A winner is selected according to the following rules:

  • If one player chooses rock and the other player chooses scissors, then rock wins.
    Display something to the effect of: “Rock smashes the scissors.”
  • If one player chooses scissors and the other player chooses paper, then scissors wins.
    Display something like: “Scissors cuts paper.”
  • If one player chooses paper and the other player chooses rock, then paper wins.
    Display something like: “Paper wraps rock.”
  • If both players make the same choice, run the game again to determine the winner.

5.5. Once a winner is determined, display the winner on the screen.

Divide the program into methods that perform each major task. (If you’re at all uncertain how to structure this, a reasonable breakdown is to create a method for each step 5.1-5.5. Use arguments and return values to share information with the main program.)

Please make sure to do it in Java. 

Write a program that lets the

Write a program that lets the user play the game of Rock, Paper, Scissors against the computer.

The program should work as follows.

5.1. When the program begins, a random number in the range of 1 through 3 is generated. If

the number is 1, then the computer has chosen rock. If the number is 2, then the computer

has chosen paper. If the number is 3, then the computer has chosen scissors. Don’t

display the computer’s choice yet.

5.2. The user enters his or her choice of “rock”, “paper”, or “scissors” at the keyboard. Gather this input using JOptionPane.showInputDialog().

5.3. Display the computer’s choice.

5.4. A winner is selected according to the following rules:

  • If one player chooses rock and the other player chooses scissors, then rock wins.
    Display something to the effect of: “Rock smashes the scissors.”
  • If one player chooses scissors and the other player chooses paper, then scissors wins.
    Display something like: “Scissors cuts paper.”
  • If one player chooses paper and the other player chooses rock, then paper wins.
    Display something like: “Paper wraps rock.”
  • If both players make the same choice, run the game again to determine the winner.

5.5. Once a winner is determined, display the winner on the screen.

Divide the program into methods that perform each major task. (If you’re at all uncertain how to structure this, a reasonable breakdown is to create a method for each step 5.1-5.5. Use arguments and return values to share information with the main program.)

Calculate the price of your order

550 words
We'll send you the first draft for approval by September 11, 2018 at 10:52 AM
Total price:
$26
The price is based on these factors:
Academic level
Number of pages
Urgency
Basic features
  • Free title page and bibliography
  • Unlimited revisions
  • Plagiarism-free guarantee
  • Money-back guarantee
  • 24/7 support
On-demand options
  • Writer’s samples
  • Part-by-part delivery
  • Overnight delivery
  • Copies of used sources
  • Expert Proofreading
Paper format
  • 275 words per page
  • 12 pt Arial/Times New Roman
  • Double line spacing
  • Any citation style (APA, MLA, Chicago/Turabian, Harvard)

Our guarantees

Delivering a high-quality product at a reasonable price is not enough anymore.
That’s why we have developed 5 beneficial guarantees that will make your experience with our service enjoyable, easy, and safe.

Money-back guarantee

You have to be 100% sure of the quality of your product to give a money-back guarantee. This describes us perfectly. Make sure that this guarantee is totally transparent.

Read more

Zero-plagiarism guarantee

Each paper is composed from scratch, according to your instructions. It is then checked by our plagiarism-detection software. There is no gap where plagiarism could squeeze in.

Read more

Free-revision policy

Thanks to our free revisions, there is no way for you to be unsatisfied. We will work on your paper until you are completely happy with the result.

Read more

Privacy policy

Your email is safe, as we store it according to international data protection rules. Your bank details are secure, as we use only reliable payment systems.

Read more

Fair-cooperation guarantee

By sending us your money, you buy the service we provide. Check out our terms and conditions if you prefer business talks to be laid out in official language.

Read more