Update OctalToHexadecimal.java

This commit is contained in:
The-TJ
2018-03-31 00:02:10 +01:00
committed by GitHub
parent 7ec9158582
commit b190206b76

View File

@ -7,7 +7,7 @@
**/ **/
import java.util.Scanner; import java.util.Scanner;
public class OctalToHexadecimal{ public class OctalToHexadecimal {
/** /**
+ + * This method converts a Octal number to + + * This method converts a Octal number to