• Skip to primary navigation
  • Skip to content
  • Skip to footer
&e Tech &e Tech Software engineering and DevOps Consulting
  • Posts
  • Katas
  • Workshops

    Roman Numerals

    Given an integer as input, we want to produce the Roman Numeral equivalent output as below:

    ```ruby roman_numeral(2) => “II”

    roman_numeral(4) => “IV”

    roman_numeral(5) => “V”

    roman_numeral(10) => “X”

    Coding Dojo Roman Numerals Kata

    Updated: April 17, 2024

    Twitter Facebook LinkedIn
    Previous Next
    • and-e.tech
    • GitHub
    • LinkedIn
    • Feed
    © 2024 &e Tech. Powered by Jekyll & Minimal Mistakes.