Converts Roman numerals to Arabic numerals and vice versa. The methods in this project do the following things:
- Verify authentic Arabic or Roman numerals valued between 1 and 3999.
- Translate Roman numerals to Arabic numerals.
- Translate Arabic numerals to Roman numerals.
To run the application in bash, type "gradle run".