Update OctalToHexadecimal.java

This commit is contained in:
The-TJ 2017-11-28 14:35:20 +00:00 committed by GitHub
parent 07079cc2e0
commit 7ec9158582
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
/**
+ + * Converts any Hexadecimal Number to Octal
+ + * Converts any Octal Number to HexaDecimal
+ + *
+ + * @author Tanmay Joshi
+ + *