Skip to content

Commit 979be41

Browse files
authored
Update AnytoAny.java
1 parent e1149eb commit 979be41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Conversions/AnytoAny.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import java.util.Scanner;
2-
3-
//sn ,sb,db ---> ()dn
2+
//given a source number , source base, destination base, this code can give you the destination number.
3+
//sn ,sb,db ---> ()dn . this is what we have to do .
44
public class anytoany {
55

66
public static void main(String[] args) {

0 commit comments

Comments
 (0)