Question: USING C# PROGRAMMING(VISUAL STUDIO) Create a game of rock, paper, and scissors between you and the computer. Let your program allowing you to enter a

USING C# PROGRAMMING(VISUAL STUDIO)
Create a game of rock, paper, and scissors between you and the computer. Let your program allowing you to enter a character, r, p, or s. each representing one of the three choices. Then make computer randomly chooses rock, paper, or scissors. (You may use random numbers 1, 2, 3 and corresponding it to the three choices.) Then determine the winner by comparing your choice and the computer's choice. Submit the code and the results of playing the game a few times. Ref: https://en.wikipedia.org/wiki/Rock%E2%80%93paper%E2%80%93scissors
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
