Skip to content

Rmanamr/CMD-is-power-of-2-bitwise-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

CMD-is-power-of-2-bitwise-Java V 1.0 License: MIT

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]

About

Java CMD program to check whether the input number is a power of 2 or not, using bitwise operations.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages