public static void Main()
Console.WriteLine("Hello, I'm Wolfgang! Aren't you that Frenchie spy we hunted back there?");
Console.WriteLine("And you? What is your name! Hah!");
Console.WriteLine("Oh yeah, I forgot. Et toi? Comment tu t'appelles?");
yourName = Console.ReadLine();
Console.WriteLine("Oh, {0}, c'est beau!", yourName);
Console.WriteLine("WHAt is YOUR name??");
string choice = Console.ReadLine();
Console.WriteLine("uhh no?", yourName);
if (choice == "Wolfgang")
Console.WriteLine("Silly, I am Wolfgang!");