Console.WriteLine(“Q1 – Which of these is an example of trolling? ”)
Console.WriteLine(“A. The act of winding somebody online. B. A fake email. C. Bullying someone online. ”)
answer = Console.ReadLine()
If answer = “A” or answer = “a” then
Console.WriteLine(“Correct!”)
ElseIf answer = “B” or answer = “b” or answer = “C” or answer = “c” then
Console.WriteLine(“Incorrect.”)
Console.WriteLine(“Invalid answer.”)
Loop Until answer = “A” or answer = “B” or answer = “C” or answer = "a" or answer = "b" or answer = "c"
Console.WriteLine(“Your score is: ” & score)
Console.WriteLine(“Q2 – which of these is phishing? ”)
Console.WriteLine(“A. The act of winding somebody online. B. A fake email. C. Bullying someone online. ”)
answer = Console.ReadLine()
If answer = “B” or answer = “b” then
Console.WriteLine(“Correct!”)
ElseIf answer = “A” or answer = “a” or answer = “C” or answer = “c” then
Console.WriteLine(“Incorrect.”)
Console.WriteLine(“Invalid answer.”)
Loop Until answer = “A” or answer = “B” or answer = “C” or answer = "a" or answer = "b" or answer = "c"
Console.WriteLine(“Your score is: ” & score)
Console.WriteLine(“Q3 – Which of these is cyber bullying ”)
Console.WriteLine(“A. The act of winding somebody online. B. A fake email. C. Bullying someone online. ”)
answer = Console.ReadLine()
If answer = “C” or answer = “c” then
Console.WriteLine(“Correct!”)
ElseIf answer = “B” or answer = “b” or answer = “A” or answer = “a” then
Console.WriteLine(“Incorrect.”)
Console.WriteLine(“Invalid answer.”)
Loop Until answer = “A” or answer = “B” or answer = “C” or answer = "a" or answer = "b" or answer = "c"
Console.WriteLine(“Your score is: ” & score)
Console.WriteLine(“Q4 – What do you do if you get an email from someone you dont know? ”)
Console.WriteLine(“A. reply. B. ignore it. C. block them. ”)
answer = Console.ReadLine()
If answer = “C” or answer = “c” then
Console.WriteLine(“Correct!”)
ElseIf answer = “B” or answer = “b” or answer = “A” or answer = “a” then
Console.WriteLine(“Incorrect.”)
Console.WriteLine(“Invalid answer.”)
Loop Until answer = “A” or answer = “B” or answer = “C” or answer = "a" or answer = "b" or answer = "c"
Console.WriteLine(“Your score is: ” & score)
Console.WriteLine(“Q5 – What do you do if someone olnine asks you to meet up? ”)
Console.WriteLine(“A. meet them. B. dont meet them. C. meet them but take a friend. ”)
answer = Console.ReadLine()
If answer = “B” or answer = “b” then
Console.WriteLine(“Correct!”)
ElseIf answer = “B” or answer = “b” or answer = “A” or answer = “a” then
Console.WriteLine(“Incorrect.”)
Console.WriteLine(“Invalid answer.”)
Loop Until answer = “A” or answer = “B” or answer = “C” or answer = "a" or answer = "b" or answer = "c"
Console.WriteLine(“Your score is: ” & score)
console.WriteLine("you've unlocked a bonus question!")
console.WriteLine("if you share a photo online who can see it?")
console.WriteLine("A. only people you know B.anyone C.nobody at all")
answer = Console.Readline()
If answer = "B" or "b" then
Console.WriteLine("correct")
else if answer = "A" or answer = "a" or answer = "C" or answer = "c"
console.WriteLine("incorrect")
Console.WriteLine("invalid answer")
loop until answer = "A" or answer = "a" or answer = "B" or answer = "b" or answer = "C" or answer = "c"