The if-then clause of the decision is the part that executes only when the tested condition in the decision is false. By Boolean expression
What is a Boolean expression ?
- A logical assertion that can only be TRUE or FALSE is called a Boolean expression. As long as both sides of the expression have the same fundamental data type, boolean expressions may compare data of any kind.
- Data can be tested to check if it is more than, less than, or equal to other data.
- An expression that may only be evaluated as true or false is called a boolean expression (after mathematician George Boole).
- Let's examine some examples in everyday language: Pink is one of my favorite colors. I'm apprehensive about programming computers. • It's funny to read this book.
- AND, OR, and NOT are the three fundamental boolean operators.
Learn more about Boolean expression refer to :
https://brainly.com/question/25039269
#SPJ4