I am trying to write a code to convert Roman to integers. I am not able to solve this bug of expected expression. I’m using C++ in code
code
the error is as at the highlited code line and it is as
Line 29: Char 17: error: expected expression
29 | else if (*itr2 == ‘D’|| *itr2 == ‘M’)
| ^