Booleans

A "boolean” is a simple data type used in programming, representing either true or false. It helps computers make decisions, such as whether a user is logged in or whether a condition is met.

How to play

Test your logic skills by solving random boolean expressions. Figure out if the expression is TRUE or FALSE.

Controls

  • Press "A" or Left Arrow to select TRUE.
  • Press "D" or Right Arrow to select FALSE.

Booleans

Created by @r3nceee
Time
01:00
Score
0
FALSE || TRUE
TRUE
A or Left Arrow
FALSE
D or Right Arrow