Question: C++ Quiz - Roman Numbers Modify your Roman Number program to read entries from a file, one line at a time. Process each line and
C++ Quiz - Roman Numbers
Modify your Roman Number program to read entries from a file, one line at a time. Process each line and keep a running total of the valid entries, separately for decimal values and for Roman Numbers. Enter the number of entries and the sums of the valid entries (in both categories) to complete this quiz. Also, keep track of the number of invalid entries.
What is the sum of the ROMAN numerals in this file?
What is the sum of the DECIMAL numbers in this file?
How many INVALID ENTRIES are in the file?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
