Computer Science, asked by varshadevi96996, 19 days ago

Which operators comapare the values?​

Answers

Answered by kishang841
0

Answer:

-1 and the because to caller the economic

Answered by osmanmohd677
1

Answer:

Comparison Operators

You may be familiar with comparison operators from math class. Let’s make sure there aren’t any gaps in your knowledge.

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.

Less than or equal to returns true if the value on the left is less than or equal to the value on the right, otherwise it returns false.

Greater than or equal to returns true if the value on the left is greater than or equal to the value on the right, otherwise it returns false.

Equal to returns true if the value on the left is equal to the value on the right, otherwise it returns false.

Not equal to returns true if the value on the left is not equal to the value on the right, otherwise it returns false.

Explanation:

HOPE HELPFUL TO YOU ALL

Similar questions