Instructions
Your input variable will contain a roman numeral less than 1000 in value. Print the
corresponding value of the roman numeral in the decimal system of numbers.
Inputs
value1
The roman numeral
Sample Test Cases
Small Roman Numeral
value1 VI
output 6
Large Roman Numeral
value1 CDVII
output 407