It is possible to convert Roman numbers to Arabic numbers by using loop and if-else statement. Here is my suggestion: read the Roman numbers from the left to the right. If the leftmost number is...