public static void Main()
String word1, word2, word3, word4, word5, word6, word7, word8, word9, word10, word11, word12, word13, word14;
Console.WriteLine("Please enter a ajective");
word1 = Console.ReadLine();
Console.WriteLine("Please enter a adjective");
word2 = Console.ReadLine();
Console.WriteLine("Please enter a type of bird");
word3 = Console.ReadLine();
Console.WriteLine("Please enter a room in a house");
word4 = Console.ReadLine();
Console.WriteLine("Please enter a verb (past tense)");
word5 = Console.ReadLine();
Console.WriteLine("Please enter a verb");
word6 = Console.ReadLine();
Console.WriteLine("Please enter a relatives name");
word7 = Console.ReadLine();
Console.WriteLine("Please enter a a noun");
word8 = Console.ReadLine();
Console.WriteLine("Please enter a liquid");
word9 = Console.ReadLine();
Console.WriteLine("Please enter a verb ending in -ing)");
word10 = Console.ReadLine();
Console.WriteLine("Please enter a part of the body (plural)");
word11 = Console.ReadLine();
Console.WriteLine("Please enter a plural noun");
word12 = Console.ReadLine();
Console.WriteLine("Please enter a verb ending in -ing");
word13 = Console.ReadLine();
Console.WriteLine("Please enter a noun");
word14 = Console.ReadLine();
Console.WriteLine("Thanksgiving dinner");
Console.WriteLine("It was a " + word1 + ", cold november day.");
Console.WriteLine("I woke up to the " + word2 + " smell of " + word3 + " roasting in the " + word4 + " downstairs.");
Console.WriteLine("I " + word5 + " down the stairs to see if I could help " + word6 + " the dinner");
Console.WriteLine("My mom said, 'See if " + word7 + " needs a fresh " + word8 + ".'" );
Console.WriteLine("So i carried a tray of glasses full of " + word9 + " into the " + word10 + " room.");
Console.WriteLine("When i got there, I coudln't believe my " + word11 + "!");
Console.WriteLine("There were " + word12 + " " + word13 + " on the " + word14 + "!");