This program challenge was given to me by my Professor for extra credit. He said it includes some programming that we haven't learned yet in our C++ class. Messed up...
Ideally I would love if someone would do this for me, but we all know that's not happening. lol
Anyways...could anybody offer an idea of what I would do/use?
"Write a program that will convert Roman numerals to Arabic numbers or Arabic numbers to Roman numerals.
Your program should prompt the user to select the type of conversion they would like to perform, Roman to Arabic or Arabic to Roman, and allow them to convert as many numbers as they would like."
Here's a quick refresher for roman numerals:
M = 1000
D = 500
C = 100
L = 50
X = 10
V = 5
I = 1
Thanks!