Dim Countries(10) As String
Dim Capitals(10) As String
COnsole.writeline("What is the capital of " & Countries(l) )
Useranswer = console.readline()
If Useranswer = Capitals(l) Then
Console.Writeline("The correct answer is " & Capitals(l) )
Console.writeline("You scored " & Score & " out of 10")