Question: In C++ Write a program that takes a Roman number and returns its equivalent in our current numerical systems. To know more about Roman numbers,
In C++
Write a program that takes a Roman number and returns its equivalent in our current numerical systems. To know more about Roman numbers, please refer to the following link: https://en.wikipedia.org/wiki/Roman_numerals. Note: You must use a null terminated character array to represent a string. In other words, you cannot use the class string.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
