public static void Main()
string a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, q;
Console.WriteLine("=================================================================================");
Console.Write("1 + 1 = ");
Console.WriteLine("You answered " + a);
Console.Write("what came first the chicken or the egg? ");
Console.WriteLine("You answered " + b);
Console.Write("Is a hotdog a sandwich? ");
Console.WriteLine("You answered " + c);
Console.Write("Did you brush your teeth this morning? ");
Console.WriteLine("You answered " + d);
Console.Write("Whats your favoirte planet? ");
Console.WriteLine("You answered " + e);
Console.Write("who would win in a fight to the death, a silverback gorrilla or a grizzly bear? ");
Console.WriteLine("You answered " + f);
Console.Write("would you like to donate a dollar to the childrens hosbital? ");
Console.WriteLine("You answered " + g);
Console.Write("what hemisphere is the united states located in? ");
Console.WriteLine("You answered " + h);
Console.Write("whats your favorite type of bird? ");
Console.WriteLine("You answered " + i);
Console.Write("should the travesty of pinapple on pizza be illigal? ");
Console.WriteLine("You answered " + j);
Console.Write("If a bald man works in a kitchen dose he still have to wear a hair net? ");
Console.WriteLine("You answered " + k);
Console.Write("whats the best kind of hat? ");
Console.WriteLine("You answered " + l);
Console.Write("Whos order is this? I'll have two number 9s, a number 9 large, a number 6 with extra dip, a number 7, two number 45s, one with cheese, and a large soda. ");
Console.WriteLine("You answered " + m);
Console.Write("complete the quote: the bar was on the floor, and he brought a - ");
Console.WriteLine("You answered " + n);
Console.Write("why would you purpousely pick a open ended assignment; therefor making this take longer to complete because i have to come up with questions instead of type a given prompting? ");
Console.WriteLine("You answered " + o);
Console.WriteLine("=================================================================================");