public static void Main()
Console.WriteLine("Type a number (1-3) and try not to add up to 10. You are versing the computer");
string x = Console.ReadLine();
int y = Convert.ToInt32(x);
while (answer == 0 || answer > 3)
Console.WriteLine("Input is too big");
Console.WriteLine("Total: {0}",answer);