How to print the roman letters | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 3

How to print the roman letters

for a number ,how it can be converted to a roman letters

11th Jun 2018, 2:40 AM
B.Bharathi
B.Bharathi - avatar
5 Antworten
+ 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.
11th Jun 2018, 2:44 AM
Hatsy Rei
Hatsy Rei - avatar
11th Jun 2018, 5:18 AM
Phäñtøm Phôëñïx
Phäñtøm Phôëñïx - avatar
+ 2
Btw, some fun facts about Roman numerals here: http://www.livescience.com/32052-roman-numerals.html 🙂👀
11th Jun 2018, 5:31 AM
ifl
ifl - avatar
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
11th Jun 2018, 4:54 AM
ifl
ifl - avatar