Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 553 Bytes

README.md

File metadata and controls

10 lines (5 loc) · 553 Bytes

Roman Numeral Kata

Run on Repl.it

Goal: Convert Arabic Numerals to Roman Numerals

Using Test-Driven Development, write the function from_roman(), which takes a string that represents a roman numeral and returns the positive integer translation of that roman numeral, according to the following chart:

Roman Numerals Chart