Question d’entretien chez Microsoft

Solve a problem consisting in transform a roman number to integer value

Réponse à la question d'entretien

Utilisateur anonyme

7 oct. 2009

just add the number from right to left, and if it is smaller substract it.

4