This is a simple React application that generates a truth table for a given boolean expression. The application allows you to input a boolean expression using "!" for negation, "." for "AND" operator, ...
Variable names can include letters, digits, and underscores (e.g., F, x1, x_2) Outputs truth table in DOCX format with Times New Roman, size 12 Then enter your Boolean expression when prompted. The ...