Write a function to find the next power of 2 greater than the given number?
Login to Submit
Input: 3 Output: 4 Input: 10 Output: 16 Input: 4 Output: 8