Biology Forums - Study Force

Science-Related Homework Help Computer Studies Topic started by: SaintAndrews on Apr 11, 2017



Title: Which of the following statements is true about this Boolean expression?score < 0 AND score ...
Post by: SaintAndrews on Apr 11, 2017
Which of the following statements is true about this Boolean expression?
         score < 0  AND  score > 100
a.   This expression is true for numbers between 0 and 100.
b.   This expression is true for numbers greater than 100.
c.   This expression is true for numbers less than 0.
d.   This expression would never be true.
e.   None of the above


Title: Re: Which of the following statements is true about this Boolean expression?score < 0 AND score ...
Post by: lemone on Apr 11, 2017
Content hidden


Title: Re: Which of the following statements is true about this Boolean expression?score &lt; 0 AND score ...
Post by: SaintAndrews on May 29, 2017
Thx