MCQ
The IF ... ELSE ... structure is used to:
Unit-2 Computational Thinking and Algorithms
A Execute one set of statements if the condition is true and another if it is false
B Repeat statements forever
C Read input from the user
D Declare constants
Explanation

IF...ELSE provides two branches, one for a true condition and one for a false condition.