iv) Relational operators produce result in the form
of
_____and_____-
Answers
Answered by
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