CMD is power of 2 bitwise Java
1.0.0
Java CMD program to check whether the input number is a power of 2 or not, using bitwise operations.
using Java version 1.8.0
Run the program using :
"javac CMD_Is_Power_Of_2_Bitwise.java"
then
"java CMD_Is_Power_Of_2_Bitwise"
in Windows CMD
while CMD is in the CMD-is-power-of-2-bitwise-Java directory
You can see the program document using :
"javadoc CMD_Is_Power_Of_2_Bitwise.java"
while CMD is in the CMD-is-power-of-2-bitwise-Java directory
Feel free to contact me at:
@ [email protected]