Which conditional statement, IF‐THEN‐ELSIF or CASE statement is more useful in creating
conditional programs? Defend your choice
IF‐THEN‐ELSIF is more useful in creating conditional programs.
The IF-THEN-ELSIF statement allows you to choose between several alternatives. An IF-THEN statement can be followed by an optional ELSIF...ELSE statement. The ELSIF clause lets you add additional conditions.
Comments
Leave a comment