2
Reply

C# Programming Problem

Nilesh Sanyal

Nilesh Sanyal

Aug 4 2013 5:40 AM
1.1k
Write a console application in C# which plays Rock-Paper-Scissors. For each round of the game, the computer chooses Rock, Paper or Scissors at random, then asks the user to enter his/her choice. The computer then prints out who has won and asks if the user wants to go again. When the user opts to exit, the number of wins for each side should be printed.


      Please provide the source code to solve the program

Answers (2)