No student devices needed. Know more
16 questions
What lets us connect and modify boolean expressions?
What is the not operator?
What is the or operator?
What is the and operator?
!true
!false
true && true
true && false
false && true
false && false
true || true
true || false
false || true
false || false
(true && false) || true
What code goes in the blank in the if statement?