We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a45cbeb commit 0eef7f4Copy full SHA for 0eef7f4
Conversions/DecimalToBinary.java
@@ -35,6 +35,7 @@ public static void conventionalConversion() {
35
n /= 2;
36
} //converting decimal to binary
37
System.out.println("\tBinary number: " + b);
38
+ input.close();
39
}
40
41
/**
0 commit comments