hey guys thanks for the vowel help it worked
i got one other question here.
here is the method/function signature
public int powerOfTwo(int number)
the function should return a number such that number - x is a power of two if number is already a power of two it should return 0.
i got one other question here.
here is the method/function signature
public int powerOfTwo(int number)
the function should return a number such that number - x is a power of two if number is already a power of two it should return 0.
Comment