I looked at some questions and answers but didn't find anything. I would like to determine if a number is odd or even. How I can do that?
Example:
odd_or_even(567);
// returns odd
I looked at some questions and answers but didn't find anything. I would like to determine if a number is odd or even. How I can do that?
Example:
odd_or_even(567);
// returns odd