Which one is a Comparison operator ?
Answers
Answered by
0
Answer:
Comparison Operators Less than ( < ) — returns true if the value on the left is less than the value on the right, otherwise it returns false . Greater than ( > ) — returns true if the value on the left is greater than the value on the right, otherwise it returns false .
Answered by
7
Comparison operators — operators that compare values and return true or false . The operators include: > , < , >= , <= , === , and !== . Logical operators — operatorsthat combine multiple boolean expressions or values and provide a single boolean output.
Hope it helps you mate..............
Similar questions
Computer Science,
2 months ago
English,
2 months ago
English,
2 months ago
Math,
6 months ago
Computer Science,
1 year ago