I have this simple if condition, where count is always > 0
> 0
if((source - target) > (count * 10 /100)){ .. do something }
but I have this strange behavior the code execute " .. do something" also when the difference is < 0, why??
" .. do something"
Aucun commentaire:
Enregistrer un commentaire