Dim board = {0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 0}
For i = 0 to board.length - 1
Console.write(“hits made: “)
If hits = “0” or hits = “1” or hits = “2” then
Console.writeline(“Still a bit to go”)
Console.writeline(“Halfway there”)
Elseif hits = “4” or hits = “5” then
Console.writeline(“Almost there”)
Console.writeline(“Winner”)