Answer to Question #50434 in Visual Basic for Bender
Assuming Age = 34 and Height = 78, state whether each of the following expressions is true or false.
1. (Age > 12) AND (Height < 60)
2. (Age > 12) OR (Height < 60)
3. NOT ((Age > 12) AND (Height < 60))
1
2015-01-16T07:04:41-0500
According Logical Operators
1. (Age > 12) AND (Height < 60) -> False AND False -> False
2. (Age > 12) OR (Height < 60) -> True OR False -> True
3. NOT ((Age > 12) AND (Height < 60)) ->NOT (True AND False) -> NOT (False) -> True
Need a fast expert's response?
Submit order
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Comments
Leave a comment