public static void main(string[] args)
output("Please enter a name:" + "\n");
output("Please enter a place:" + "\n");
output("Please enter an adjective:" + "\n");
output("Please enter a plural noun:" + "\n");
output("Please enter a adjective:" + "\n");
output("Please enter a plural noun:" + "\n");
output("Please enter a location:" + "\n");
output("Please enter an action verb:" + "\n");
output("Please enter a plural noun:" + "\n");
output("Please enter a plural noun:" + "\n");
output("Please enter a noun:" + "\n");
output("Please enter an action verb:" + "\n");
output("Please enter a noun:" + "\n");
output("Please enter an adjective:" + "\n");
output("Here is the story:" + " My Summer Trip" + "Last summer, my mom and dad took me and " + var1 + " on a trip to " + var2 + ".");
output("The weather there is very " + var3 + "! Nothern " + var2 + " has many " + var4 + ", and they make " + var5 + " " + var6 + " there.");
output("Many people also go to " + var7 + " to " + var8 + " or see the " + var9 + ".");
output("The people that live there love to eat " + var10 + " and are very proud of their big " + var11 + ".");
output("They also like to " + var12 + " in the sun and swim in the " + var13 + "! It was really a " + var14 + " trip!");
private static double inputValue()
while (!double.TryParse(Console.ReadLine(), out result));
private static string inputText()
return Console.ReadLine();
private static output(string text)