Domanda di colloquio di Microsoft

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

Risposta di colloquio

Anonimo

7 ott 2009

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

4