Computer Science, asked by allysp07, 2 months ago

Which of the following are relational operators? (Select all that apply)
(4 Points)

?=

=

!=

<

>=

==

Answers

Answered by tomaryukta1999
1
Different types of Relational Operators are:

> Greater than

>= Greater than or equal to

< less than

<= less than or equal to

== Equal to (equality check)

!= not equal to
Similar questions