Ask the user for the name of the textfile.
The first number in the file will be the number of rows in the File.
The other rows are the Roman Numerals.
| Example 1 | Example 2 | Example 3 |
| 2 |
5 |
1 |
Read in the Roman Numerals, convert them to our decimal numbers.
Output the total in decimal numbers to the screen.