Programming Concepts

Select the accurate description of Conditional statement.

Correct answer

D. A control structure that executes different code blocks depending on whether a condition is true or false.

Explanation

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