0
Convert any number from input to roman?
I want to convert number to roman.
6 Respostas
+ 2
Try looking on this, it is in javascript, but it is very similar
https://code.sololearn.com/WRuwSXLDhdDE/?ref=app
From line 37
+ 2
Any idea how would you do it, some effort to solve this?
+ 1
Yeah, this is enough, so you know how to, so where is problem?
0
Let me explain if i enter input like 5 then output like"roman number = v ".
Input number any in between 1 to 10k.
Then it's not posible to give roman number value to each number.
0
Actually i dont know what's the logic apply
0
Thank u for help.