Console.WriteLine("What kind of thing are you talking about?");
string a = Console.ReadLine();
Console.WriteLine("How would you describe it? Big? Azure? Tattered?");
string b = Console.ReadLine();
Console.WriteLine("The " + b + " " + a + " of " + c + " " + d + "!");