This Python program allows users to input boolean values for A and B and evaluate key logical operations:
- Conjunction (AND)
- Disjunction (OR)
- Negation (NOT)
- Implication (IF...THEN)
- Biconditional (IF AND ONLY IF)
- Accepts user input as 0 or 1
- Displays evaluated results
- Generates a complete truth table for A and B
- Runs in the terminal with clear instructions
- Clone the repo or download the
logical_app.pyfile. - Open a terminal in the project folder.
- Run the program using:
python logical_app.py