The roman-numerals tag has no wiki summary.
3
votes
3answers
170 views
Convert Roman number to decimal
Could someone please point our the error(s) in the given code. It was down voted on StackOverflow without any explanation, but it seems to be working fine for me:
int value(char roman)
{
...