1. A
structure evaluates a condition, which is an expression that's true or
false.
Answers
Answered by
0
Answer:
The condition is a Boolean expression: an expression that evaluates to either true or false . Boolean values are another type of data type in programming languages, and they can only ever hold true or false.
Similar questions