This content originally appeared on DEV Community and was authored by Sanjar Rashidov
Logical operator - mantiq operatori.
Logical operators:
- && - AND
- || - OR
- ! - NOT
&&(AND)
True and True = True
True and False = False
False and True = False
False and False = False
||(OR)
True or True = True
True or False = True
False or True = True
False or False = False
This content originally appeared on DEV Community and was authored by Sanjar Rashidov
Sanjar Rashidov | Sciencx (2024-11-02T09:45:02+00:00) Logical operator. Retrieved from https://www.scien.cx/2024/11/02/logical-operator-2/
Please log in to upload a file.
There are no updates yet.
Click the Upload button above to add an update.