Console.WriteLine("Wellcome to my small IQ test.")
Console.WriteLine("Please enter your name.")
name = Console.ReadLine()
Console.WriteLine("Now please enter your age.")
Console.WriteLine("Thank you for entering your information, the test will begin shortly " & name & ".")
Console.WriteLine("Question 1")
Console.WriteLine("What is the capital city of Nepal?:")
Console.WriteLine("1 : Niamey")
Console.WriteLine("2 : Kathmandu")
Console.WriteLine("3 : Abuja")
answer1 = Console.ReadLine()
IF answer1 = "Kathmandu" then
Console.WriteLine("Correct, you have scored a point.")
Console.WriteLine("Incorrect, don't worry you can resit the test.")