public class Assignment1 {
public static void Main(){
Console.WriteLine("Let's Play a Game");
Console.WriteLine("I'm thinking of a number 1-3");
string response = Console.ReadLine();
Console.WriteLine ("That's correct! You win!");
Console.WriteLine ("That's incorrect. I'm sorry, but you're pretty bad at this. Try again?");
string response2 = Console.ReadLine ();
Console.WriteLine ("Whew! I was worried you couldn't handle it.");
Console.WriteLine ("Your failure will be remembered for generations.");