Give two differences between
relational operators and logical operators. Explain using examples.
Answers
Answered by
0
Answer:
Relational operators compare values and return either TRUE or FALSE. Logical operators perform logical operations on TRUE and FALSE. Values used with a logical operator are converted into booleans prior to being evaluated
Similar questions