Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit909de56

Browse files
authored
Merge pull requestTheAlgorithms#347 from YooSeonjae/master
Modifying HexaDecimalToBinary.java
2 parents382eb2f +0a3b445 commit909de56

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎Conversions/HexaDecimalToBinary.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
importjava.util.Scanner;
44
importjavax.swing.*;
55

6-
publicclassHexaToBin {
6+
publicclassHexaDecimalToBinary {
77

88
privatefinalintLONG_BITS =8;
99

@@ -28,10 +28,10 @@ public static void main(String[] args) {
2828
//Testing Numbers:
2929
String[]hexNums = {"1","A1","ef","BA","AA","BB",
3030
"19","01","02","03","04"};
31-
ConvertobjConvert =newConvert();
31+
HexaDecimalToBinaryobjConvert =newHexaDecimalToBinary();
3232

3333
for (Stringnum :hexNums) {
3434
objConvert.convert(num);
3535
}
3636
}
37-
}
37+
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp