Computer Science, asked by nukalmukthasre, 3 months ago

20!=5=? in relational operators​

Answers

Answered by Anonymous
2

Answer:

Java has six relational operators that compare two numbers and return a boolean value. The relational operators are < , > , <= , >= , == , and != . True if x is less than y, otherwise false.

Similar questions