 |
Please help me understand c++ bool functions? - Yahoo Answers
if x%2 is 0, then the integer x is even. if x%2 is not 0, it is 1, and the integer x is
odd. isOdd should return 0 (or false) if x is even and 1 (or true) if x is odd ...
answers.yahoo.com |
 |