Computer Science for IGCSE & O level - Programming (Section 11 - No. 33)

If the condition in an IF statement is false, which part of the statement will be executed?
The THEN block.
The IF block.
The ELSE block (if present).
The ENDIF statement.

Explanation

If the condition is false, the code within the ELSE block will execute.

Comments (0)

Advertisement