yan0va / roman_calculator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Roman Numeral Calculator


Task:

Start by writing a Roman Numeral converter. Then write a Roman Numeral Calculator that takes a string i.e. “XXIV + XI” and returns the result which would be “XXXV”. Ideally it should perform all BODMAS calculations.

About


Languages

Language:Ruby 100.0%