The Power of Logic

I embrace logic, i embrace the father of logic George Boole, and his founding of Boolean Logic, True/False , Yes/No.

For the none familiar this is how it works:

A AND B result is TRUE only if both A and B properties are true. Eg. I will only buy a shoe if it has Red "AND" White. Otherwise i would not buy that shoe not even if it were green and white.


A OR B result is true if either property (A or B) is true. Eg. I will buy a shoe if it is Red or White or Both.

A NOT B, basically A is NOT B and B is NOT A. example a man is NOT a woman.

its good to apply these basic principles of logic when building computer programs. in every program lays some element of Boolean.

Comments