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

Popular posts from this blog

Define Variable. Give two examples.