How does this work? Also - what about showing a value is even?
eg:
thank you
ps this is not homework
eg:
Code:
int val = 3; if ( val & 1 ) print("I am odd");
ps this is not homework
Comment