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:
@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user