Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 364 Bytes

README.MD

File metadata and controls

7 lines (4 loc) · 364 Bytes

Roman Numerals Kata in Java

Write a Roman numeral converter, that will take a standard Arabic number and convert it to a Roman numeral.

After this is done, write another converter that will take a Roman numeral and convert it to an Arabic number.

Find the full kata over at Agile Katas Roman Numerals Kata.