June 2018
Intermediate to advanced
294 pages
7h 5m
English
|
Operator |
Description |
Example |
|---|---|---|
|
== |
If the two operands are equal, then the condition becomes true |
x==y |
|
!= or <> |
If the two operands are not equal, then the condition becomes true |
x!=y |
|
> |
If the left operand is greater than the value of the right operand, then the condition becomes true |
x>y |
|
< |
If the left operand is less than the value of the right operand, then the condition becomes true |
x<y |
|
>= |
If the left operand is greater than or equal to the value of the right operand, then the condition becomes true |
x>=y |
|
<= |
If the value of the left operand is less than or equal to the value of the right operand, then the condition becomes true |
x<= y |
Read now
Unlock full access