using System;
public class Program
{
public static void Main()
/*
Welcome To Rock Paper Scissors
Enter your choice: 1.)Rock 2.)Paper 3.)Scissors
> 1
You entered Rock
Your choice: Rock | Computer choice: Rock
It's a tie!
Do you want to play again? yes or no.
> yes
*/
Console.WriteLine("Welcome to Rock Paper Scissors"+"\n"+"Enter your choice: 1) Rock"+"\t"+"2)Scissors"+"\t"+"Paper");
Console.ReadLine() =
String userInput
}