Roman Converter

Step 4: Loop over each character in the Roman numeral. If a numeral is less than the following numeral, subtract them. For example, IV is 4. Otherwise, add them. For example, VI is 6. Show the result to the user.
Last step Next section