Public Solving: Converting Roman numerals to Arabic
Today the elves asked us to help with a Roman numeral converter in JavaScript.
You can find the complete puzzle here.
You might have seen Roman numerals before. They look like this:
I = 1
IV = 4
V = 5
VIII = 8
XCV = 95
The above is what we must do, ...
h.daily-dev-tips.com4 min read