In the program shown opposite, the line marked with an arrow will be executed.
After execution, which line will the program jump to?
Note: the condition "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".
Line 4 is an elementary action instruction, not a control structure.
There are therefore no line breaks in the procedure, and the program continues on to the next line.
Note: the result of the condition is irrelevant in this case, so don't let yourself be distracted by unnecessary information.
Second note: if the program executes this line, it must be because the condition was TRUE, otherwise the program wouldn't be executing this THEN.