Console.WriteLine("Hello World")
Dim max1 as string = "no one"
Console.WriteLine("Enter the name of the strudent")
st(i) = console.ReadLine()
Console.WriteLine("Enter the score of the student")
sc(i) = console.ReadLine()
Console.WriteLine("The top score is " & max)
Console.WriteLine("The person with the top score is " & max1)