Logical or Boolean Operators part 1
Logical Operators
Logical Operators, also known as Boolean Operators, evaluate the expression and return true or false.
The table below explains the logical operators (AND, OR, NOT).
You can check all types of data; comparison operators always return true or false.
Logical AND (&&) returns true if:
Comments
Post a Comment