Let's build the classic game of Rock Paper Scissors! Here are the basic rules:
Complete all the else if conditions using the && operator. Each condition needs to check both player1 AND player2 choices.
There are 9 total combinations possible. You need to account for:
Complete the code and run it to see the results.
Output (Console)