Convert romain numeral strings to integer outputs

Medium

Write a function that will input a roman numeral and return the integer output. Your function will only need to deal with a max input of 3,999. Additionally, you can reference the following dictionary for conversions:...

Sign in to InterviewQs to view this question

Or

New to InterviewQs? Sign up now.

By proceeding, you agree to our Terms and Conditions and Privacy Policy.

Loading editor...