dim another as string = "y"
Do while another = "y" OR another = "Y"
console.WriteLine("What is your name")
name = console.ReadLine()
if name = "Julio" OR name = "julio" then
console.writeline("You got a Fail")
Console.WriteLine(name & " please enter your mark")
mark = console.ReadLine()
Console.WriteLine(name & " your mark is " & Grade)
Console.WriteLine("Would you like to enter another mark (y/n)")
another = console.ReadLine()