public static void Main()
Console.WriteLine("Trivia Game");
Console.WriteLine("Do you like School?");
choice = Console.ReadLine();
Console.WriteLine("Awesome");
Console.WriteLine("Awesome");
Console.WriteLine("How much oxygen is in the air?");
choice = Console.ReadLine();
Console.WriteLine("Wrong guess again. This is Nitrogen.");
Console.WriteLine("Wrong guess again. This is Argon.");
Console.WriteLine("Wrong guess again. This is Carbon Dioxcide.");
Console.WriteLine("Good job!");
Console.WriteLine("How do you use a period in a sentence?");
choice = Console.ReadLine();
while(choice == "End the sentence.");
Console.WriteLine("Correct!");
while(choice == "Same thing a coma does, keeps the sentence going.");
Console.WriteLine("Wrong! Try Again!");
while(choice == "Nothing");
Console.WriteLine("Wrong try again!");
Console.WriteLine("What is a synonym for the word amazing");
choice = Console.ReadLine();
while(choice == "astonishing")
Console.WriteLine("Correct");
while(choice == "horrbile")
Console.WriteLine("Try again!");
while(choice == "breathtaking")
Console.WriteLine("Correct");
while(choice == "unimpressive")
Console.WriteLine("Try again!");
Console.WriteLine("What is the answer of -7 * -89");
choice = Console.ReadLine();
Console.WriteLine("Correct!");
Console.WriteLine("Wrong, remember a negative multpilpied by a negative is always a positive!");
Console.WriteLine("What is the first letter of the alphabet?");
choice = Console.ReadLine();
Console.WriteLine("Correct! You know your alphabet");
Console.WriteLine("Try Again!");
Console.WriteLine("What is the country that has the most freedom as we speak now");
choice = Console.ReadLine();
Console.WriteLine("Wrong! Try Again!");
while(choice == "United States of America")
Console.WriteLine("Correct!");
while(choice == "Africa")
Console.WriteLine("Wrong! Try Again!");
Console.WriteLine("What is the game called where you shoot balls into baskets?");
choice = Console.ReadLine():
while(choice == "Soccer")
Console.WriteLine("Wrong!Try Again!");
while(choice == "Basketball")
Console.WriteLine("Correct!");
while(choice == "Baseball")
Console.WriteLine("Wrong!Try Again!");
while(choice == "Softball")
Console.WriteLine("Wrong!Try Again!");