Console.WriteLine("Welcome to my quiz")
Console.WriteLine(" 1. What is 50 * 10 / 2 ? ")
answer1 = Console.ReadLine()
Console.WriteLine("Correct")
Console.WriteLine("Incorrect")
Console.WriteLine(" 2. Who owns Tesla ? ")
Console.WriteLine(" A. Elon Musk B.Steve Jobs C. Bill Gates ")
answer2 = Console.ReadLine()
IF answer2 = "Elon Musk" then
Console.WriteLine("Correct")
Console.WriteLine("Incorrect")
Console.WriteLine(" When did WW1 begin ? ")
answer3 = Console.ReadLine()
Console.WriteLine(" Correct ")
Console.WriteLine("Incorrect")
Console.WriteLine(" 4. What is Jeff Besoz's Net Worht in Dollars (2019) ? ")
Console.WriteLine(" A. $36.23 Billion B.$161.00 Billion C. $192.80 Billion ")
answer4 = Console.ReadLine()
IF answer4 = "$161.00 Billion" then
Console.WriteLine("Correct")
Console.WriteLine("Incorrect, Jeff Bezos is the CEO of Amazon with a Net Worth of $161 Billion.")