diff --git a/snippets/java/bit-manipulation/is-power-of-two.md b/snippets/java/bit-manipulation/is-power-of-two.md index 667cc201..42055f43 100644 --- a/snippets/java/bit-manipulation/is-power-of-two.md +++ b/snippets/java/bit-manipulation/is-power-of-two.md @@ -12,5 +12,5 @@ public static boolean isPowerOfTwo(int number) { // Usage: int number = 16; -System.out.println(isPowerOfTwo(5)); // true (2^4) -``` \ No newline at end of file +System.out.println(isPowerOfTwo(number)); // true (2^4) +```
Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.
Alternative Proxies: