Roman Integer Conversion

Roman to Integer Given a roman numeral, convert it to an integer. Input is guaranteed to be within the range from 1 to 3999. To solve this problem, let’s first take a look at all roman numbers. Roman Number Roman number has the following basic symbols: 1: I 5: V...