mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-19 21:09:51 +08:00
change answer to f (#23918)
In logical AND operation ( t & f ) the result should be f not t
This commit is contained in:
parent
7a51e27367
commit
5c4864ae00
@ -11,7 +11,7 @@ A&&B returns True if both A and B are True. If either A or B (or both) are False
|
||||
| f| t | f |
|
||||
| f| f | f |
|
||||
| t| t | t |
|
||||
| t| f | t |
|
||||
| t| f | f |
|
||||
|
||||
|
||||
**OR (||)** </br>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user