using System.ComponentModel.Design;
static void Main(string[] args)
Console.Write("India (In) or Indonesia (Id) or Germany(Ger) or Armenia(Arm):");
string input = Console.ReadLine();
Console.WriteLine(" India");
Console.BackgroundColor = ConsoleColor.DarkYellow;
Console.BackgroundColor = ConsoleColor.White;
Console.ForegroundColor = ConsoleColor.Blue;
Console.WriteLine(" O O ");
Console.WriteLine(" O O ");
Console.WriteLine(" O O ");
Console.BackgroundColor = ConsoleColor.Green;
Console.BackgroundColor = ConsoleColor.Black;
Console.ForegroundColor = ConsoleColor.DarkGray;
Console.WriteLine("Indonesia");
Console.BackgroundColor = ConsoleColor.Red;
Console.BackgroundColor = ConsoleColor.White;
Console.BackgroundColor = ConsoleColor.Black;
Console.ForegroundColor = ConsoleColor.DarkGray;
Console.BackgroundColor = ConsoleColor.White;
Console.ForegroundColor = ConsoleColor.DarkGray;
Console.WriteLine("Germany");
Console.BackgroundColor = ConsoleColor.Black;
Console.BackgroundColor = ConsoleColor.Red;
Console.BackgroundColor = ConsoleColor.Yellow;
Console.BackgroundColor = ConsoleColor.White;
Console.BackgroundColor = ConsoleColor.Red;
Console.BackgroundColor = ConsoleColor.Blue;
Console.BackgroundColor = ConsoleColor.DarkYellow;
Console.BackgroundColor = ConsoleColor.Black;
Console.ForegroundColor= ConsoleColor.DarkGray;
Console.WriteLine(" I don't understand");