public static void Main()
Console.WriteLine("Give me an adjective");
string word1 = Console.ReadLine();
Console.WriteLine("Give me an adjective");
string word2 = Console.ReadLine();
Console.WriteLine("Give me a type of bird");
string word3 = Console.ReadLine();
Console.WriteLine("Give me a room in a house");
string word4 = Console.ReadLine();
Console.WriteLine("Give me a verb in past tense");
string word5 = Console.ReadLine();
Console.WriteLine("Give me a verb");
string word6 = Console.ReadLine();
Console.WriteLine("Give me a name");
string word7 = Console.ReadLine();
Console.WriteLine("Give me a noun");
string word8 = Console.ReadLine();
Console.WriteLine("Give me a liquid");
string word9 = Console.ReadLine();
Console.WriteLine("Give me an verb ending in -ing");
string word10 = Console.ReadLine();
Console.WriteLine("It was a" + word1 + ", cold November day. I woke up to the" + word2 + "smell of" + word3 + "roasting in the" + word4 + "downstairs. I" + word5 + "down the stairs to see if I could help");
Console.WriteLine (word6 + "the dinner. My mom asked if" + word7 + "needs a fresh" + word8 + ". So I carried a tray of of glasses full of" + word9 + "into the" + word10 + "room");