Write a function which tells the input is even or not without using modulus and built-in functions?
Anonymous
Convert input in binary, if the least significant bit is zero than your input is even.
Check out your Company Bowl for anonymous work chats.