public static void Main()
Console.WriteLine("How many ants are marching? (Enter a number between 1 and 10)");
int quantity = Convert.ToInt32(Console.ReadLine());
Console.WriteLine("That's too many!");
Console.WriteLine("Invalid input.");
Console.WriteLine("The ants go marching {0} by {0}, hurrah, hurrah", quantity);
Console.WriteLine("The ants go marching {0} by {0}, hurrah, hurrah", quantity);
Console.WriteLine("The ants go marching {0} by {0}. hurrah, hurrah", quantity);
Console.WriteLine("The little one stops to suck his thumb");
Console.WriteLine("The little one stops to tie his shoe");
Console.WriteLine("The little one stops to climb a tree");
Console.WriteLine("The little one stops to shut the door");
Console.WriteLine("The little one stops to take a dive");
Console.WriteLine("The little one stops to pick up sticks");
Console.WriteLine("The little one stops to pray to heaven");
Console.WriteLine("The little one stops to roller skate");
Console.WriteLine("The little one stops to check the time");
Console.WriteLine("The little one stops to say \"The End!\"");
"And they all go marching down, to the ground, to get out of the rain \nBoom, boom, boom...\n");