Computer Science, asked by preetkaran974, 6 months ago

what is other name for relational operators in Java​

Answers

Answered by saniyamir528
0

Answer:

Java has six relational operator that compare two number & return a boolean value. the relational operators are < , > , <= ,>= ,== , and != .....

Relational operators

x< y. less than. True if x is less than y, otherwise falls

x >= y Grater than or equal to. True if x is Grater than or equal to y, otherwise falls.

Similar questions