mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-08 02:04:31 +08:00
Update AnytoAny.java
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import java.util.Scanner;
|
||||
|
||||
//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 .
|
||||
public class anytoany {
|
||||
|
||||
public static void main(String[] args) {
|
||||
|
Reference in New Issue
Block a user