Programming Course for Beginners - ZedLX

The Easiest Online Computer Programming Course, for Free

The if Statement [14/16]

Some of the comparison operators include:

<less than
>more than
<=less than or equal to
>=more than or equal to
= equal to
<>not equal to

Loading...