You can
put this solution on YOUR website! Two of the very simplest
p AND q, VALUE
----------
T | T | T
----------
T | F | F
----------
F | F | F
----------
F | T | F
p OR q INCLUSIVE, VALUE
-----------------------
T | T | T
--------
F | T | T
--------
F | F | F
-------
T | F | T