Computer Science, asked by mustribegum6, 16 days ago

which operators are used for the comparison​

Answers

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