Help me finding out the error | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

Help me finding out the error

Please tell what is wrong with this statement if(!(a>b))

15th Apr 2018, 2:22 PM
Nitish
Nitish - avatar
4 Respostas
+ 1
well simply the opposite of (a>b) is (a<b).
15th Apr 2018, 2:38 PM
CHMD
CHMD - avatar
+ 1
KINGDX The boolean opposite of (a > b) isn't (a < b) but (a <= b).
15th Apr 2018, 5:29 PM
Emma
0
there isn't error i think the problem in var a or b
15th Apr 2018, 3:04 PM
before
0
there isn't error i think the problem in var a or b
15th Apr 2018, 3:04 PM
before