โ Back to If Statements
Question 325
Rock Paper Scissors
Rock Paper Scissors
Read two moves: player 1 on the first line and player 2 on the second line. Each move isrock,paper, orscissors. Rock beats scissors, scissors beats paper, and paper beats rock. PrintPlayer 1 wins,Player 2 wins, orTie. For example, for inputrockthenscissors, print: Player 1 wins
Expected Output:
Player 1 wins
Topics:
If Statements
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (cw, cr, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.