Merge pull request #1407 from Pa1sathvik/master
Update RomanToInteger.java
This commit is contained in:
commit
0c75460ca6
@ -29,6 +29,7 @@ public class RomanToInteger {
|
||||
*/
|
||||
public static int romanToInt(String A) {
|
||||
|
||||
A = A.toUpperCase();
|
||||
char prev = ' ';
|
||||
|
||||
int sum = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user