@lsis1
Can you show the code where you are getting this error
User Profile
Collapse
Profile Sidebar
Collapse
yash1234
Last Activity: Feb 29 '12, 02:46 AM
Joined: Feb 29 '12
Location:
-
@Ivahnaj:
This program is returning 1510 instead of 1910 for MDCCCCX
Here's the simple solution:
...Code:import java.util.*; public class RomanToDecimal { public static void main(String args[]) { int decimal = 0; Scanner input = new Scanner(System.in); System.out.print("Enter a Roman Number: ");Last edited by Niheel; Feb 29 '12, 08:32 AM.Leave a comment:
No activity results to display
Show More
Leave a comment: