Question

Write a function to check whether the number is power of 2 ?

Login to Submit

Examples

Input: 4
Output: true

Input: 10
Output: false