Skip to content

GeorgeLS/batt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Batt

Batt stands for boolean algebra truth table. This program takes as input an arbitrary boolean algebra expression and prints the truth table for that expression.

i.e

Input:

A && B

Output:

------------
|A|B|A && B|
------------
|0|0|     0|
------------
|0|1|     0|
------------
|1|0|     0|
------------
|1|1|     1|
------------

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages