Enter a boolean expression with variables and operators, and the generator builds the complete truth table for all input combinations.
A table listing every possible combination of input values and the resulting output of a logical expression.
2ⁿ rows for n variables — 2 variables give 4 rows, 3 variables give 8 rows, and so on.
AND, OR, NOT and XOR, combined with parentheses and single-letter variables.