Implement `isPowerOfTwo(n)` returning whether the integer `n` is a power of two.
Run your code to see results.