public static void Main()
Console.WriteLine("Please enter a name");
string name = Console.ReadLine();
Console.WriteLine("Please enter an adjective");
string adjective = Console.ReadLine();
Console.WriteLine("Please enter a thing (plural)");
string plural = Console.ReadLine();
Console.WriteLine("please enter a thing plural");
string animal1 = Console.ReadLine();
Console.WriteLine("Please enter an animal");
string verb = Console.ReadLine();
Console.WriteLine("Please enter a verb ending in -ing");
string adjective1 = Console.ReadLine();
Console.WriteLine("Please enter an adjective");
string number = Console.ReadLine();
Console.WriteLine("Please enter a number");
string adjective2 = Console.ReadLine();
Console.WriteLine("Please enter an adjective");
string animalplural = Console.ReadLine();
Console.WriteLine("Please enter an animal (plural)");
string locatio = Console.ReadLine();
Console.WriteLine ("The squirrel climbed up the " + adjective + ".");
Console.WriteLine("It was the first day of autumn and time go gather as many" + plural + " And " + plural + " for winter feasting " + ".");
Console.WriteLine (" asked his squirrel friend to take a break and join him for a little " + verb + " and " + verb + ", The two buddies had so much fun but the squirrel really needed to finish his gathering. He returned to his home to" + ".");
Console.WriteLine( adjective + "to find that his buddies were waiting for him at his house to surprise him with a fall party" + ".");
Console.WriteLine( adjective + " they all played fun party games together such as " + verb + " Today had been very fun tommorow he will continue his gathering" + ".");