Roman Numerals Converter - Click Green Flag to start, then ... Hit the appropriate Button: [Roman > Decimal] or [Decimal > Roman] Although entered digits (both ways) are validated, the code assumes a number entered in Roman Numerals is properly constructed.
Created by @gregatku for use in Coding Classes for Kids Unlimited, for whom I work as a Coding teacher. Uses various conversion tables (Lists) to simplifying the process of converting from Roman Numerals to Decimal and vice-versa. Also uses Lists of the valid digits in each number system to validate the input.