This code take a number in a base n and convert in a base that you want (between base 2 and base 16), example: I have the number 255 in base 10 and i wanna convert to base 16, I put all the informations and the code return FF on console; Or I have the number 10 in base 2 and I wanna convert to the base 10, I put all the informations and the code return 2 on console