Question: please provide a pesudo code and raptor flowchart ( use random ) Do not use C++ or jave Design a program that lets the user

please provide a pesudo code and raptor flowchart ( use random )

Do not use C++ or jave

Design a program that lets the user play the game of Rock, paper, Scissors against the computer . the program should work as follows:

1) When the program hegins, 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. ( Dont display the computers choice yet)

2) The user enters his or her choice of Rock , paper , or scissors at the keyboard.

3) The computers choice is displayed.

4) The program should display a message indicating whether the user or the computer was the winner.A winner is selected according to the following rules:

- If one player chooses rock and the other player choose scissors, then rock wins.( the rock smashes the scissors)

- If one player chooses scissors and the other player chooses paper, then scissors wins.( scissors cut paper )

- If one player choose paper and the other player choose rock, then paper wins. ( paper wraps rock )

- If both players make the same choice , the game must be played again to determine the winner.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!