public static void Main()
Console.WriteLine("enter an Adjective");
string madlib1 = Console.ReadLine();
Console.WriteLine("enter an Adjective");
string madlib2 = Console.ReadLine();
Console.WriteLine("enter a type of bird");
string madlib3 = Console.ReadLine();
Console.WriteLine("enter an room in a house");
string madlib4 = Console.ReadLine();
Console.WriteLine("enter an verb past tense");
string madlib5 = Console.ReadLine();
Console.WriteLine("enter an verb");
string madlib6 = Console.ReadLine();
Console.WriteLine("enter an relatives name");
string madlib7 = Console.ReadLine();
Console.WriteLine("enter an noun");
string madlib8 = Console.ReadLine();
Console.WriteLine("enter a liquid");
string madlib9 = Console.ReadLine();
Console.WriteLine("enter an verb ending in ing");
string madlib10 = Console.ReadLine();
Console.WriteLine("A Winter Day in my house");
Console.WriteLine("It was a" + " " + madlib1 + " " + "cold november day");
Console.WriteLine("I woke up to the " + " " + madlib2 + " " + "smell");
Console.WriteLine("of" + " " + madlib3 + " " + "roasting in");
Console.WriteLine("the" + " " + madlib4 + " " + "downstairs");
Console.WriteLine("i" + " " + madlib5 + " " + " down stairs to see");
Console.WriteLine("if i could help" + " " + madlib6 + " " + "the dinner. My mom");
Console.WriteLine("Said see if" + " " + madlib7 + " " + "");
Console.WriteLine("needs a fresh" + " " + madlib8 + " " + "so i carrried a tray of glasses ");
Console.WriteLine("full of " + " " + madlib1 + " " + "cold november day");
Console.WriteLine("it was a" + " " + madlib1 + " " + "cold november day");