Boolean Operator Practice
Open the Boolean Operators program in arcade.makecode.com. Fill out the Table below with your findings.
Boolean operator
AND
AND
AND
OR
OR
OR
NOT
NOT
myBoolean1
true
true
false
false
false
true
true
false
myBoolean2
false
true
false
false
true
true
?
?
mySprite says
false
?
?
?
?
?
?
?