public static void Main()
Console.WriteLine("Welcome to the Flag Searcher!");
Console.WriteLine("Please enter a flag letter");
Console.WriteLine("U-Ukraine");
Console.WriteLine("I-Italy");
Console.WriteLine("D-Denmark");
string input = Console.ReadLine();
if (input.ToUpper() == "U")
Console.BackgroundColor = ConsoleColor.Blue;
Console.BackgroundColor = ConsoleColor.Yellow;
Console.BackgroundColor = ConsoleColor.Black;
Console.WriteLine("If you would like to choose another flag press Y");
Console.WriteLine("If you would NOT like to choose another flag press N");
else if (input.ToUpper() == "I")
Console.BackgroundColor = ConsoleColor.Green;
Console.BackgroundColor = ConsoleColor.White;
Console.BackgroundColor = ConsoleColor.Red;
Console.BackgroundColor = ConsoleColor.Green;
Console.BackgroundColor = ConsoleColor.White;
Console.BackgroundColor = ConsoleColor.Red;
Console.BackgroundColor = ConsoleColor.Green;
Console.BackgroundColor = ConsoleColor.White;
Console.BackgroundColor = ConsoleColor.Red;
Console.BackgroundColor = ConsoleColor.Green;
Console.BackgroundColor = ConsoleColor.White;
Console.BackgroundColor = ConsoleColor.Red;
Console.BackgroundColor = ConsoleColor.Green;
Console.BackgroundColor = ConsoleColor.White;
Console.BackgroundColor = ConsoleColor.Red;
Console.BackgroundColor = ConsoleColor.Green;
Console.BackgroundColor = ConsoleColor.White;
Console.BackgroundColor = ConsoleColor.Red;
Console.BackgroundColor = ConsoleColor.Green;
Console.BackgroundColor = ConsoleColor.White;
Console.BackgroundColor = ConsoleColor.Red;
Console.BackgroundColor = ConsoleColor.Green;
Console.BackgroundColor = ConsoleColor.White;
Console.BackgroundColor = ConsoleColor.Red;
Console.BackgroundColor = ConsoleColor.Black;
Console.WriteLine("If you would like to choose another flag press Y");
Console.WriteLine("If you would NOT like to choose another flag press N");
else if (input.ToUpper() == "D")
Console.BackgroundColor = ConsoleColor.Red;
Console.BackgroundColor = ConsoleColor.White;
Console.BackgroundColor = ConsoleColor.Red;
Console.BackgroundColor = ConsoleColor.Red;
Console.BackgroundColor = ConsoleColor.White;
Console.BackgroundColor = ConsoleColor.Red;
Console.BackgroundColor = ConsoleColor.Red;
Console.BackgroundColor = ConsoleColor.White;
Console.BackgroundColor = ConsoleColor.Red;
Console.BackgroundColor = ConsoleColor.White;
Console.BackgroundColor = ConsoleColor.Red;
Console.BackgroundColor = ConsoleColor.White;
Console.BackgroundColor = ConsoleColor.Red;
Console.BackgroundColor = ConsoleColor.Red;
Console.BackgroundColor = ConsoleColor.White;
Console.BackgroundColor = ConsoleColor.Red;
Console.BackgroundColor = ConsoleColor.Red;
Console.BackgroundColor = ConsoleColor.White;
Console.BackgroundColor = ConsoleColor.Red;
Console.BackgroundColor = ConsoleColor.Black;
Console.WriteLine("If you would like to choose another flag press Y");
Console.WriteLine("If you would NOT like to choose another flag press N");
Console.WriteLine("Wrong.");
if (input.ToUpper() == "Y") continue;
if (input.ToUpper() == "N") break;