The correct answer is B. selection.
In programming, selection constructs allow the execution of certain branches of code based on specific conditions. This is typically implemented using conditional statements such as if
, else if
, and else
statements.