List two rules of logical operator.
- Two rules of logical operator are as follows.
- i) The output of the logical AND operation is TRUE if Both the logical expressions are individually TRUE.
- ii) The output of the logical OR operation is TRUE if either or the logical expressions is TRUE.
Comments
Post a Comment