if, else Operator & Function

Operator Function


== If var1 is equal to var2
>= If var1 is greater than or equal to var2
> If var1 is greater than var2
<= If var1 is smaller than or equal to var2
< If var1 is smaller than var2
!= If var1 is NOT equal to var2
&& If var1 and var2 exist or both var1 and var2 are both set to true.
|| If either var1 and var2 exist and/or are set to true.

By  
Vicky Kumar

0 comments:

Post a Comment