Close
Close full mode
logoMakeCode AP CSP

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

?

?

?

?

?

?

?

πŸ“˜ Unit 3 - AAP Part 1 β€” Previous
Boolean Variables
Next β€” πŸ“˜ Unit 3 - AAP Part 1
My Code Segments for Boolean Activities