+ 3
How to print the roman letters
for a number ,how it can be converted to a roman letters
5 Réponses
+ 4
Are you referring to the conversion of an ASCII value to it's symbol counterpart, or an integer value to its string counterpart? It would also be a good idea to specify which language you are using to attempt to achieve your goal.
Kawaii and perhaps it would be a good idea to contribute to clarifying the question.
+ 2
if u want to see how SL members did. here's one:
https://code.sololearn.com/c1Nqe5O1kw6J/?ref=app
https://code.sololearn.com/cqEALcupoiVT/?ref=app
https://code.sololearn.com/cTNEAY1Skb0i/?ref=app
+ 2
Btw, some fun facts about Roman numerals here:
http://www.livescience.com/32052-roman-numerals.html
🙂👀
0
if you mean, converting an integer into string representation in Roman letter, there is an example here
https://stackoverflow.com/questions/12967896/converting-integers-to-roman-numerals-java