Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d6d4924

Browse files
committed
wip-binary to decimal conversion
1 parent 0313e94 commit d6d4924

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/binod/FunctionDemo.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,13 @@ public static void printPrime(int range) {
6161
}
6262
}
6363

64+
public static void binToDec(int binNum){
65+
int ld=0;
66+
int
67+
}
68+
69+
70+
6471
public static void main(String[] args) {
6572
// Scanner scanner = new Scanner(System.in);
6673
// System.out.println("Enter side of a square");

0 commit comments

Comments
 (0)