#All your base
12 messages · Page 1 of 1 (latest)
Do you understand how to compute a number from the input base and digits?
@ocean cloud
You shouldn't be writing any code until you understand the instructions and steps
Do you understand how all three inputs are used?
In my understanding, the digits need to be converted into a sum using the input base, and this sum is converted again using the output base
That's correct. If you understand how to use the three inputs and how to do the conversions by hand, you should be able to then translate that to code.
Is there anything else in specific you still need help with?