Does ( 0 < 0 ) return true?
Posted
by Matt
on Stack Overflow
See other posts from Stack Overflow
or by Matt
Published on 2010-04-19T01:16:55Z
Indexed on
2010/04/19
1:23 UTC
Read the original article
Hit count: 219
ill have an if statement
if (int1 < int2)
{}
else
{}
I want the else statement to run if both int1 and int2 are 0..
© Stack Overflow or respective owner