Computer Science, asked by SAMANYUSINGH130309, 6 months ago

PLS TELL ABOUT RELATIONAL OPERATORS​

Answers

Answered by Itzheartking7139
6

Explanation:

  • computer science, a relational operator is a programming language construct or operator that tests or defines some kind of relation between two entities. These include numerical equality and inequalities
Answered by Frencesca
9

Answer:

Relational operators refers to the relationship that values (operands) can have with one another. Java provides relational operators for comparing numbers and characters. But they don't work with strings. If the comparison is true, relational operators results into the Boolean value true, and results in Boolean value false, if the comparison is false.

There are six types of relational operators:-

< (less than)

< = (less than or equal to)

= = (equal to)

> (greater than)

> = (greater than or equal to)

! = (not equal to)

Similar questions