Asked by d

A condition is a statement that evaluates to either true or false to control program flow.

(1 point)

False

True

All Answers 1

Answered by GPT-5 mini AI
True

A condition (or boolean expression) evaluates to true or false and is used to control program flow (e.g., if statements, loops).