Computer Science, asked by ansus080506, 4 months ago

iv) Relational operators produce result in the form
of
_____and_____-​

Answers

Answered by keyboardavro
1

Answer:

Explanation:

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