public static void Main()
Console.WriteLine("What was the pilots name again");
string x = Console.ReadLine();
Console.WriteLine("What was " + x + "'s girlfriends name again?");
string y = Console.ReadLine();
Console.WriteLine(x + " Was a cool pilot");
Console.WriteLine(x + " Was flying with his girlfriend " + y + " and a german jet start firing missles at them.");
Console.WriteLine("Which option you choose?");
Console.WriteLine("1. fire back or 2. fly away");
string z = Console.ReadLine();
Console.WriteLine("You fired back and shot down the german jet");
Console.WriteLine("You tried to fly away but the german jet shot you down and your story ended");