InterviewSolution
Saved Bookmarks
| 1. |
What Is The Working Of Logical Operators? |
|
Answer» LOGICAL operators let us combine simple conditions to construct more complex ONES (By conditions, we mean an EXPRESSION EVALUATING to true or false). Logical operators let us combine simple conditions to construct more complex ones (By conditions, we mean an expression evaluating to true or false). |
|