#All your base

12 messages · Page 1 of 1 (latest)

ocean cloud
#

Hi, can someone help explain what I am supposed to do? I dont get how the 3 arguments relate to each other 😅 . Thank you so much!

pliant violet
#

Do you understand how to compute a number from the input base and digits?

#

@ocean cloud

ocean cloud
#

I tried to make one but it is quite confusing

#

I should use for loops right?

pliant violet
#

You shouldn't be writing any code until you understand the instructions and steps

#

Do you understand how all three inputs are used?

ocean cloud
#

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

pliant violet
#

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.

pliant violet
#

Is there anything else in specific you still need help with?

ocean cloud
#

I haven't gotten back to the code since I am outside, but I think i understand now :)

#

Ty!