Skip to content

TRUTH TABLE GENERATOR, enter your logical expression and get its truth table WOW

Notifications You must be signed in to change notification settings

YooAshu/truthTableGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TRUTH TABLE GENERATOR

Overview

This web application allows users to input logical expressions and generates corresponding truth tables. Whether you're a student studying logic, a programmer working with boolean expressions, or simply curious about the truth values of complex logical statements, this tool is designed to assist you in visualizing and understanding the logical outcomes.

How to Use

  1. Input Expression: Enter your logical expression in the designated input field.

  2. Generate Truth Table: Click the "✓" button to see the corresponding truth table for all possible combinations of input variables.

  3. Explore Results: Analyze the generated truth table to understand the outcomes of your logical expression.

Technologies Used

  • Frontend: HTML, CSS, JavaScript

Contributing

Contributions are welcome! If you find a bug or have an idea for improvement, please open an issue or submit a pull request.

Features

  • User-Friendly Interface: The clean and intuitive interface makes it easy for users to input logical expressions and interpret the generated truth tables.

  • Dynamic Expression Parsing: The application utilizes advanced parsing algorithms to interpret a wide range of logical expressions, including various operators such as AND, OR, NOT, XOR, and parentheses.

  • Interactive Truth Table: The truth table is dynamically generated based on the provided logical expression, allowing users to interact with and analyze the results.

  • easy to use: You dont have to type AND, OR,NOT,XOR you can simply use the followwing symbols

instructions on symbols to use

Examples

  • Basic Expression: A . B . !C
  • Complex Expression: (P . Q) + (R ^ S)

ScreenshotsssPC

SCREENSHOT

About

TRUTH TABLE GENERATOR, enter your logical expression and get its truth table WOW

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published