Correct Answer : IF-THEN-ELSE statement
Explanation : IF-THEN-ELSE executes the corresponding code whenever a TRUE condition is found. Otherwise, the condition cannot be checked again.
IF-THEN-ELSE