Science, asked by ponnagantiyashovardh, 3 months ago

Write down the Boolean expression​

Answers

Answered by BadBabyGirl
0

Answer:

In computer science, a Boolean expression is an expression used in programming languages that produces a Boolean value when evaluated. A Boolean value is either true or false. A Boolean expression may be composed of a combination of the Boolean constants true or false, Boolean-typed variables, Boolean-valued operators, and Boolean-valued functions.

Explanation:

Answered by fahad12318
1

Answer:

A boolean expression is an expression that results in a boolean value, that is, in a value of either true or false . The println statement will be executed if wet and cold are both true, or if poor and hungry are both true. Boolean expressions are most often used as conditions (as in the examples above).

Similar questions