+ 1
What does != means
5 odpowiedzi
+ 3
! Is the operator for not. As mentioned: != is doesn't equal. Such as 4 != 3
+ 2
compare the values on either sides of them and decide the relation among them.
( a != b ) means
If values of two operands are not equal, then condition becomes true.
+ 2
simply put: "!=" = does not equal
0
Unequal
4 != 2
0
not equal