mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-19 21:09:51 +08:00
change answer to T (#23966)
In logical OR operation (T OR T) is T not F. So change answer to T
This commit is contained in:
parent
4e7d3e718e
commit
fa22d1953c
@ -107,7 +107,7 @@ Here is the truth table for the OR operator
|
||||
| F | F | F |
|
||||
| F | T | T |
|
||||
| T | F | T |
|
||||
| T | T | F |
|
||||
| T | T | T |
|
||||
|
||||
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 eachother.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user