Hexadecimal to decimal conversion using recursive method | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 1

Hexadecimal to decimal conversion using recursive method

Hi I am wondering how can I convert Hexadecimal value to Decimal value using recursive method? (I am not allowed to use any built-in libraries or commands to convert between these two systems) Thank you very much for your help! :D

15th Dec 2019, 8:50 PM
Martin Ferenec
Martin Ferenec - avatar
3 Antworten
+ 1
Hi guys! I would like to thank you very much for your help. Here is my working method using recursion in C#: https://code.sololearn.com/c0f68YVG2Ize/#cs
20th Dec 2019, 9:20 AM
Martin Ferenec
Martin Ferenec - avatar
+ 2
How would you convert hexadecimal into decimal in paper?
15th Dec 2019, 9:13 PM
Seb TheS
Seb TheS - avatar
+ 1
It's in Java, but basic idea is understandable https://code.sololearn.com/cG1K9Zw5Bazr/?ref=app
15th Dec 2019, 11:19 PM
Gendos
Gendos - avatar