140k views
1 vote
Which of the following statements is true about this Boolean expression?

score < 0 AND score > 100

User Suhyun
by
8.6k points

1 Answer

3 votes

Final answer:

The Boolean expression 'score < 0 AND score > 100' is false because no number can be less than zero and greater than 100 simultaneously.

Step-by-step explanation:

The statement score < 0 AND score > 100 is a Boolean expression used in mathematics and computer programming to determine if a set of conditions are true or false. In this case, the statement is asserting the condition that a score must be simultaneously less than zero and greater than 100. However, this is an impossible condition because no number can satisfy both of these conditions at the same time. Therefore, the truth value of this expression is false, and the statement can never be true.

User Mooky
by
7.9k points

No related questions found