mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-10 21:43:15 +08:00
Update OctalToHexadecimal.java
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
**/
|
||||
import java.util.Scanner;
|
||||
|
||||
public class OctalToHexadecimal{
|
||||
public class OctalToHexadecimal {
|
||||
|
||||
/**
|
||||
+ + * This method converts a Octal number to
|
||||
|
Reference in New Issue
Block a user