Roman To Integer
Roman To Integer
j++;
}
for (i = 0; i < result.length - 1; i++) {
if (result[i] < result[i+1]) {
result[i+1] = result[i+1] - result[i];
result[i] = 0;
return sum;
}