Multiple choice

_______ statement can be used when we want to select from several mutually exclusive alternatives.

  1. IF

  2. IF THEN ELSE IF

  3. EXIT WHEN

  4. GO TO

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The IF-THEN-ELSE IF structure allows for conditional branching where only one of several mutually exclusive paths is executed.