public static void Main()
Console.WriteLine("Title: Riding a Bike" + "\n");
Console.WriteLine("adjective");
string userInput1 = Console.ReadLine();
string blank1 = userInput1;
Console.WriteLine("adjective");
string userInput2 = Console.ReadLine();
string blank2 = userInput2;
Console.WriteLine("plural noun");
string userInput3 = Console.ReadLine();
string blank3 = userInput3;
Console.WriteLine("noun");
string userInput4 = Console.ReadLine();
string blank4 = userInput4;
Console.WriteLine("type of mechanical tool");
string userInput5 = Console.ReadLine();
string blank5 = userInput5;
Console.WriteLine("noun");
string userInput6 = Console.ReadLine();
string blank6 = userInput6;
Console.WriteLine("noun");
string userInput7 = Console.ReadLine();
string blank7 = userInput7;
Console.WriteLine("adjective");
string userInput8 = Console.ReadLine();
string blank8 = userInput8;
Console.WriteLine("place");
string userInput9 = Console.ReadLine();
string blank9 = userInput9;
Console.WriteLine("noun");
string userInput10 = Console.ReadLine();
string blank10 = userInput10;
Console.WriteLine(" It is " + blank1 + " outside, and the temperature is " + blank2 + ". In other words, It is a good day to");
Console.WriteLine("ride a bike! But first, there are a few steps to take before riding:");
Console.WriteLine(" You must check the air in the " + blank3 + " with a/ an " + blank4 + ". Is there enough? If not, you");
Console.WriteLine("must use a/ an " + blank5 + " to pump the air. Make sure the " + blank6 + " is adjusted to");
Console.WriteLine("the right height as well. Finally, don't forget to wear a " + blank7 + ".");
Console.WriteLine(" The bike is now ready to ride! There are many " + blank8 + " places to ride in. It can be in a/ an");
Console.WriteLine(blank9 + ", or downtown, or on a nature trail. Once you pick a place and start riding, you can go");
Console.WriteLine("fast and feel a cool " + blank10 + "!");