which operators are used for the comparison
Answers
Answered by
1
Answer:
Article Comparison and Logical Operators
Comparison operators — operators that compare values and return true or false . The operators include: > , < , >= , <= , === , and !== ...
Logical operators — operators that combine multiple boolean expressions or values and provide a single boolean output.
Explanation:
Similar questions