Skip to content
This repository was archived by the owner on Jul 1, 2024. It is now read-only.

Latest commit

 

History

History
5 lines (4 loc) · 288 Bytes

File metadata and controls

5 lines (4 loc) · 288 Bytes

Boolean Algebra Expression Evaluator

Created by Ryan Hallock and Rohan Natarajan

The calculator accepts an arbitrarily long Boolean expression and outputs the truth table for the expression. It takes into account the order of operations of Boolean expressions to output this table.