Computer Science, asked by priyankamehmi255, 2 months ago

1. A
structure evaluates a condition, which is an expression that's true or
false.​

Answers

Answered by sohelsaha1pkt
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