what are Boolean expreassions?
Answers
Answered by
0
Answer:
In computer science, a Boolean expression is an expression used in programming languages that produces a Boolean value when evaluated.
Answered by
1
A boolean expression(named for mathematician George Boole) is an expression that evaluates to either true or false. Let's look at some common language examples:
• My favorite color is pink.
→ true • I am afraid of computer programming.
→ false • This book is a hilarious read.
may help you
please mark as brainliest
Similar questions