We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e5887f commit 338eaddCopy full SHA for 338eadd
1 file changed
src/codeup100/c1035.java
@@ -2,7 +2,7 @@
2
3
import java.util.Scanner;
4
5
-public class c1034 {
+public class c1035 {
6
public static void main(String[] args) {
7
Scanner sc = new Scanner(System.in);
8
System.out.println("8진수로 변환할 16진수 입력: ");
0 commit comments