0
How to print Roman number of any inputted number in digit?
Suppose I inputted 4 and I want IV as output.
4 Antworten
+ 2
Take at look at the codes in the comments of this lesson.
https://www.sololearn.com/learn/6415/
+ 1
There must be some ASCII code I think.
+ 1
I know that but to execute till 100 or more is a big challenge.It increases the complexity of program too.
+ 1
How to sort the word in a sentence based on first alphabet of word?