Console.WriteLine("Enter a mark")
result = console.readline()
console.writeline("The grade is: " & grade)
console.WriteLine("Do you want to enter another mark Y/N")
response = console.ReadLine()
console.writeline("Do you want to enter another mark? Y/N")
response = console.readline
if response = "Y" or response = "N" or response = "y" or response = "n" then
console.writeline("You have entered an incorrect value")
loop until response = "N"
console.writeline("your average is" & total3)