Computer Science, asked by Lukesan6890, 2 months ago

Match the following with the correct operators.
!= > < <= >=
Answer 1
Choose...
?:
Answer 2
Choose...
| ^ >> << >>>
Answer 3
Choose...
&& || !
Answer 4
Logical Operator

Answers

Answered by Lovelyboy36
3

Answer:

!= > < <= >= are logical operator| ^ >> << >>>

Answered by pushkarthakur28
5

Answer:

!= > < <= >=    Relational Operator

?:  Conditional Operator

| ^ >> << >>>   Bitwise Operator

&& || !  Logical Operator

Explanation:

Similar questions