Programming Concepts

The following statement describes a specific concept. What is it called? a control structure that executes different code blocks depending on whether a condition is true or false.

Correct answer

C. Conditional statement

Explanation

Conditional statement refers to a control structure that executes different code blocks depending on whether a condition is true or false.