--------------- relational operators is used to check the equality between two
operands.
Answers
Answered by
1
Equality (==) relational operator is used to checking the equality between two operands.
The equality operator ( == ) checks whether its two operands are equal, returning a Boolean result.
Similar questions