Console.WriteLine("Welcome To My Quiz!")
Console.WriteLine("1. What is 3 x 10?")
answer1 = Console.ReadLine()
Console.WriteLine("Correct!")
Console.WriteLine("Incorrect!")
Console.WriteLine("2. What is the capital of Australia?")
Console.WriteLine("a)Sydney b)Melborne c)Canberra")
answer2 = Console.ReadLine()
Console.WriteLine("Correct!")
Console.WriteLine("Incorrect, it was c!")
Console.WriteLine("What is the capital of Wales?")
Console.WriteLine("a)Llanelli b)Cardiff c)Dafen")
answer3 = Console.ReadLine()
Console.WriteLine("Correct!")
Console.WriteLine("Incorrect, it was b!")
Console.WriteLine("Congratulations! You have Scored " & total & " Points Out of 3")