Computer Science, asked by Anonymous, 1 year ago

Name the type of relational operator in JAVA?

Answers

Answered by nitin178
0
1. Equal to
2. Not equal to
3. Greater than
4. Less than
5. Greater than equal to
6. Less than equal to
Answered by Anonymous
3
✮ There are 6 relational operator in java and they are as follows .


_____________________________________________



1. less than (< )


2. less than or equal to ( <= )


3. Greater than ( > )


4. greater than or equal to ( > = )


5. equal to ( = )


6. not equal to ( ! = )
Attachments:
Similar questions