Integers: Roman to integer

Problem stattement:

Symbol Value Symbol Value Symbol Value
I 1 L 50 D 500
V 5 C 100 M 1000
X 10

Soltuions:

1. Approach: Iterate string as array of chars


------ End ------