✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
In the following sequence of instructions, how many times is the string "hello" displayed?
For i <- 1 to 10 [2] Do
Write("hello\NL")
End For