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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started