You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2) Check if the string complies with the regex standard of roman numerals
3) If the string pass by (1) and (2) then read backwards char by char verifying if exists a char followed by another char with higher value. If exists then decrease the first char value of the second. The total var stores a sum of all char values.