Computer Science, asked by shagunpdps2, 27 days ago

Which operator is used to compare two values? 

arithmetic operators

BEDMAS

relational operators

logical operators

Answers

Answered by totaloverdose10
0

Answer:

Relational operators

Explanation:

The equality operator (==) is used to compare two values or expressions. It is used to compare numbers, strings, Boolean values, variables, objects, arrays, or functions. The result is TRUE if the expressions are equal and FALSE otherwise.

Answered by adventureisland
1

"Relational operators" are used to comparing two values.

Uses of Relational Operator :

  • Making decisions requires the use of relational operators. Interfaces let us to compared numerical and char variables to see if one is larger than, just under, equal to, or just not comparable to some other.
  • The binary nature of relational operators means that it requires two variables.
  • A relational operator is just a programming language feature or operator that typically checks or establishes a relationship between these two elements in computer programming.

Similar questions
Math, 27 days ago