conditional operators are:
= = equal to x==y x is equal to y
!= Not equal x!=y x is not equal to y
< less than x<y x is less than y
> greater than x>y x is greater than y
<= less than or eual
>= greater than or equal
= = equal to x==y x is equal to y
!= Not equal x!=y x is not equal to y
< less than x<y x is less than y
> greater than x>y x is greater than y
<= less than or eual
>= greater than or equal
No comments:
Post a Comment