How do we know this
while
loop skips its code block?
The condition is
false
isOn
is set to
true
The code does not skip the code block
The condition is
false
.