public static void Main()
{string word1, word2, word3, word4, word5, word6, word7, word8, word9, word10, word11, word12, word13, word14, word15, word16, word17;
Console.WriteLine("Please enter a noun");
word1 = Console.ReadLine();
Console.WriteLine("Please enter a famous person");
word2 = Console.ReadLine();
Console.WriteLine("Please enter a mythical creature");
word3 = Console.ReadLine();
Console.WriteLine("Please enter a noun");
word4 = Console.ReadLine();
Console.WriteLine("Please enter a verb");
word5 = Console.ReadLine();
Console.WriteLine("Please enter a verb ending in -ed");
word6 = Console.ReadLine();
Console.WriteLine("Please enter a famous person");
word7 = Console.ReadLine();
Console.WriteLine("Please enter a verb ending in -ed");
word8 = Console.ReadLine();
Console.WriteLine("Please enter a adjective");
word9 = Console.ReadLine();
Console.WriteLine("Please enter an noun (plural)");
word10 = Console.ReadLine();
Console.WriteLine("Please enter an famous person");
word11 = Console.ReadLine();
Console.WriteLine("Please enter an occupation");
word12 = Console.ReadLine();
Console.WriteLine("Please enter a adjective");
word13 = Console.ReadLine();
Console.WriteLine("Please enter an adverb ending in -ly");
word14 = Console.ReadLine();
Console.WriteLine("Please enter an type of material");
word15 = Console.ReadLine();
Console.WriteLine("Please enter an type of occupation");
word16 = Console.ReadLine();
Console.WriteLine("Please enter an adjective");
word17 = Console.ReadLine();
Console.WriteLine("Harry Potter and the Chamber of Secrets");
Console.WriteLine("In his second term at Hogwarts School of " + word1 + " and Wizardry, Harry Potter" + (word2) + " is warned by a/an " + word3 + " named Dobby that " + word4 + " will " + word5 + " when he returns to Hogwarts" + ".");
Console.WriteLine("Besides the fact that he is still " + word6 + " by " + " Professor Snape " + (word7) + " and " + word8 + " by Draco Malfoy, Harry gets off to a " + word9 + " start with his two best " + word10 + "Ron Weasley and Hermione Granger " + word11 + ".");
Console.WriteLine("Also, famous " + word12 + " Gilderoy Lockhart has joined the Hogwarts staff and is the new Defense Against the" + word13 + " Arts teacher" + ".");
Console.WriteLine("But now, Hogwarts students are " + word14 + "being turned into " + word15);
Console.WriteLine("But who is the one doing it? Malfoy? " + word16 + " Hagrid? or even Harry? But what if it's Lord Voldemort trying to make his " + word17 + " return.");