0
Hello. I don't know how to return false statement? It always return true.
4 Answers
+ 1
if (sum != sum) returns false
+ 1
TeaserCode If sum is not equal to sum, then it returns zero as the first output, and that is the same as false.
0
if(sum != num )
0
I still don't know how does it work.
It always returns 1.