1cfce65fe9
This Java program handles the following operations: Not, And, Or, XOR, Implication, and the Biconditional. Author: Greg Slepak WWW: http://www.kinostudios.com/truthtable.php PR: ports/100041 Submitted by: Nicola Vitale <nivit at email.it>
6 lines
247 B
Text
6 lines
247 B
Text
TruthTable is a truth table generator that does the dirty work for you.
|
|
This Java program handles the following operations: Not, And, Or, XOR,
|
|
Implication, and the Biconditional.
|
|
|
|
Author: Greg Slepak
|
|
WWW: http://www.kinostudios.com/truthtable.php
|