We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1149eb commit 979be41Copy full SHA for 979be41
Conversions/AnytoAny.java
@@ -1,6 +1,6 @@
1
import java.util.Scanner;
2
-
3
-//sn ,sb,db ---> ()dn
+//given a source number , source base, destination base, this code can give you the destination number.
+//sn ,sb,db ---> ()dn . this is what we have to do .
4
public class anytoany {
5
6
public static void main(String[] args) {
0 commit comments