Dim TestResult as string = ""
Dim HighestScore as Decimal = 0
Dim LowerestScore as Decimal = 0
Dim HighestResult as string = ""
Dim LowerestResult as string = ""
Do until Score(i) >= 25 And Score(i) <= 100
Console.Writeline("Please enter a test result and the student's name e.g.(Bobby Boba:25.5)")
TestResult = Console.Readline()
for a = 0 to TestResult.length - 1
S1 = TestResult.SubString(a,1)
S1 = TestResult.SubString(0,N1)
console.writeline(Name(i))
S1 = TestResult.Substring(N1 + 1)
console.writeline(Score(i))
If Score(i) > HighestScore then
If Score(i) < LowerestScore then
Console.writeline("The student mean is " & Mean)
Console.Writeline("The student with the highest mark is " & HighestResult & ":" & HighestScore)
Console.Writeline("The student with the lowerest mark is " & LowerestResult & ":" & LowerestScore)
console.writeline(HighestScore)