Computer Science, asked by khurramsaim000, 6 months ago

Which one is a Comparison operator ?

Answers

Answered by Anonymous
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 Anonymous
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