PLS TELL ABOUT RELATIONAL OPERATORS
Answers
Answered by
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
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
Political Science,
3 months ago
Math,
3 months ago
Science,
3 months ago
Chemistry,
1 year ago
English,
1 year ago