public static void Main()
Console.WriteLine(" Welcome to the 501st quiz this week. My name is _ _ _ _ _ _ . What is yours?");
string imalloutofideas = Console.ReadLine();
if (imalloutofideas == "your mom" || imalloutofideas == "mr. ward" || imalloutofideas == "Mr. Ward" || imalloutofideas == "Mr Ward" || imalloutofideas ==
{Console.WriteLine("I order you to give me an A. Anyways, welcome.");}
{Console.WriteLine("My fellow student, you must help me get out of this quiz loop. Anyways, on to the questioning.");}
Console.WriteLine("Question One: What does GM stand for in the automotive world?");
string stevenbills = Console.ReadLine();
if (stevenbills == "General motors" || stevenbills == "general motors" || stevenbills == "General Motors")
{Console.WriteLine("The impossible has happened. You must have looked at the code.");}
{Console.WriteLine("haha. only people that don't live under a rock know the right answer.");}
Console.WriteLine("Question 69: Is Steven Bills a real person?");
string imgoingtodie = Console.ReadLine();
if (imgoingtodie == "yes" || imgoingtodie == "yeah" || imgoingtodie == "Yes" || imgoingtodie == "Yeah")
{Console.WriteLine("Good. You actually have some common sense");}
{Console.WriteLine(" 'Steven Bills doesn't work' says Hunter.");}
Console.WriteLine("El Questiono El Threeo: What does a camaro mean?");
string brewerswin = Console.ReadLine();
if ( brewerswin == "mans best friend" || brewerswin == "Mans best friend" || brewerswin == "It is a small vicious animal that eats mustangs" ||
brewerswin == "animal that eats mustangs" || brewerswin == "small vicious animal that eats mustangs")
{Console.WriteLine(" You must have googled the answer. There is no way you got that right.");}
{Console.WriteLine("It is simalar to an Italian word that means friend. In the 60s when it came out, they said it was a smallvicious animal that eats mustangs.");}
Console.WriteLine("Question 420: Are the quizes getting stale coming from me?");
string werenotgoingtotakeit = Console.ReadLine();
if ( werenotgoingtotakeit == "yes" || werenotgoingtotakeit == "yeah" || werenotgoingtotakeit == "Yes")
{Console.WriteLine(" I don't blame you. The last question is the next one.");}
{Console.WriteLine("Stop lying.");}
Console.WriteLine("Drum rollll please! The last question is: How many countries are there in the world?");
string dealwithit = Console.ReadLine();
if ( dealwithit == "195" || dealwithit == "it is 195" || dealwithit == "195 countries" )
{Console.WriteLine(" correct but you might want to close that 'extra' google search tab.");}
{Console.WriteLine("You failed this quiz just like you failed math class.");}