Rmanamr / CMD-is-multiple-of-base-Java

Java CMD program for checking whether the input number is a multiple of base or not.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CMD-is-multiple-of-base-Java V 1.0 License: MIT

Java CMD program for checking whether the input number is a multiple of base or not.
using Java version 1.8.0

Run the program using :
"javac CMD_Is_Multiple_Of_Base.java"
then
"java CMD_Is_Multiple_Of_Base"
in Windows CMD
while CMD is in the CMD-is-multiple-of-base-Java directory

You can see the program document using :
"javadoc CMD_Is_Multiple_Of_Base.java"
while CMD is in the CMD-is-multiple-of-base-Java directory

Feel free to contact me at:
@ armanazarnik@gmail.com

About

Java CMD program for checking whether the input number is a multiple of base or not.

License:MIT License


Languages

Language:Java 100.0%