mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-13 07:13:37 +08:00
Update OctalToHexadecimal.java
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user