I am trying to make a program that converts roman numerals to decimal form by adding and subtracting. EX: LX = 60. I would like to know if im doing this right and if what mistakes I may have made. If anyone can help it would be greatly appreciated.
@Azagaros The code works fine but I was looking more towards the user inputing the Roman Numbers and output what that roman number equals. EX: XXLVI = 56. You have it where the program already has is the input. Is there a way to change it to have the user input the roman numbers?