In the program shown opposite, the line marked with an arrow will be executed.
After execution, which line will the program jump to?
Note: test "NOT Test 111" will give a TRUE result.
Click on the button corresponding to the line the program will jump to after execution of the line marked with an arrow. Then click on "Check my answer".
At this point, the corresponding WHILE test is irrelevant.
When the program encounters a END WHILE, it automatically jumps to the corresponding WHILE line, in this case line 4.