Skip to content

Commit 69f3060

Browse files
shikhart98PARISOT paul andrea
authored and
PARISOT paul andrea
committed
Update AnytoAny.java
1 parent eade5eb commit 69f3060

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Conversions/AnytoAny.java

Lines changed: 2 additions & 2 deletions
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)