Greater than/Less than and Variables
Boolean logic and variables practice! Evaluate true/false expressions with operators like AND, OR, NOT.
Evaluate each boolean as true or false True 5>3 1<13 1<4 AND 5>3 NOT 3>4 False 3>8 9<1 2>1 OR 3==3 NOT 3>1 Evaluate each boolean as true or false. The timer is currently at 8 seconds. True timer==8 timer>4 timer <10 AND timer >2 NOT timer==4 False timer==4 timer<2 timer > 9 OR timer < 1 NOT timer==8 This boolean is true:timer==4 AND timer >1What is the current value of the timer? 1 2 3 4
Educational Standards