public static void Main()
string word1, word2, word3, word4, word5, word6, word7, word8, word9, word10;
Console.WriteLine("Please enter an adjective.");
word1 =Console.ReadLine();
Console.WriteLine("Please enter a noun.");
word2 =Console.ReadLine();
Console.WriteLine("Please enter a verb (past tense.");
word3 =Console.ReadLine();
Console.WriteLine("Please enter an adverb.");
word4 =Console.ReadLine();
Console.WriteLine("Please enter an adjective.");
word5 =Console.ReadLine();
Console.WriteLine("Please enter a noun.");
word6 =Console.ReadLine();
Console.WriteLine("Please enter a noun.");
word7 =Console.ReadLine();
Console.WriteLine("Please enter an adjective.");
word8 =Console.ReadLine();
Console.WriteLine("Please enter a verb.");
word9 =Console.ReadLine();
Console.WriteLine("Please enter an adverb.");
word10 =Console.ReadLine();
Console.WriteLine("A Day At The Zoo");
Console.WriteLine("Today I went to the zoo. I saw a(n) "+ word1 + " " + word2);
Console.WriteLine("jumping up and down in its tree. He "+ word3 + " " + word4);
Console.WriteLine("through the large tunnel that led to its "+ word5 + " " + word6);
Console.WriteLine("I got some peanuts and passed them through the cage to a gigantic gray "+ word7 + " towering above my head.");
Console.WriteLine("Feeding that animal made me hungry. I went to get a "+ word8 + " scoop of ice cream. It filled my stomach.");
Console.WriteLine("Afterwards I had to "+ word9 + " " + word10 + " to catch our bus.");