Which of the following are relational operators? (Select all that apply)
(4 Points)
?=
=
!=
<
>=
==
Answers
Answered by
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
> Greater than
>= Greater than or equal to
< less than
<= less than or equal to
== Equal to (equality check)
!= not equal to
Similar questions