public static void Main()
Console.Write("What is your first and last name? ");
Console.Write("Please enter a number from 1-20: ");
ns = Convert.ToInt32(Console.ReadLine());
r = "You are in the 1st flight.";
r = "You are in the 2nd flight.";
r = "You are in the 3rd flight.";
r = "You are in the 4th flight.";
r = "Please select a number from 1-20.";
Console.WriteLine("{0}, you have selected {1}. {2}", fn, ns, r);