Which operators can we use to make comparisons for if statement conditions?
>=
<=
>
<
=
!=
>=, <=, > and <.