0
Help me finding out the error
Please tell what is wrong with this statement if(!(a>b))
4 Answers
+ 1
well simply the opposite of (a>b) is (a<b).
+ 1
KINGDX The boolean opposite of (a > b) isn't (a < b) but (a <= b).
0
there isn't error i think the problem in var a or b
0
there isn't error i think the problem in var a or b