July 2019
Beginner
212 pages
2h 58m
English
Operator | Meaning |
|---|---|
== | Returns “true” if two numbers are equal to each other |
!= | Returns “true” if two numbers are not equal to each other |
> | Returns “true” if the first number is greater than the second number |
< | Returns “true” if the first number is less than the second number |
>= | Returns “true” if the first number is greater or equal to the second number |
<= | Returns “true” if the first number is less than or equal to the second number |
Read now
Unlock full access