Commit Graph

5 Commits (81f9dce834cd3e93535f869f1a76b2b15331fcc8)

Author SHA1 Message Date
Sayali 994d0a161e Change the statement for OR operator (#23968)
The statement 'Just like above the OR operator operates on two variables, notice that the only time the OR operator evaluates to True is when `x` & `y` negate each other' is ambiguous change it to 'Just like above the OR operator operates on two variables, notice that the only time the OR operator evaluates to False is when both `x` & `y` are False'.
2018-12-19 02:06:44 -05:00
absentMindedDeveloper e50a02c7e7 Added NAND (#20930)
Added the logical operator NAND to the list of operators. NAND functions like NOT AND and returns a value of false only when both inputs are true.
2018-11-03 19:20:41 -07:00
Tammy Lee 91e30e0c4d Fixed typo "because" under Truth Tables section (#21279) 2018-11-02 20:17:12 -04:00
Sayali fa22d1953c change answer to T (#23966)
In logical OR operation (T OR T) is T not F. So change answer to T
2018-11-02 13:11:59 +05:30
Mrugesh Mohapatra da0df12ab7 fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30