Dim username, answer as string
console.WriteLine(" Hello please enter your name ")
username= Console.ReadLine()
Console.WriteLine(" Quesion 1 - Why is it important to stay safe online ? a) So you dont get bullied b) So you don't get hacked c) So your confidential information doesn't get leaked?")
answer= console.ReadLine()
If answer= "a" or answer= "A" then
console.WriteLine("INCORRECT!")
Elseif answer= "b" or "B" then
console.writeline ("incorrect!")
Elseif answer= "c" OR"C" then
console.WriteLine("CORRECT !")
Loop until answer= "c" or "C"