Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Current expression: (int)Double.parseDouble("183.00.00")
Error:
java.lang.NumberFormatException: multiple points
at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:1914)
at sun.misc.FloatingDecimal.parseDouble(FloatingDecimal.java:110)
at java.lang.Double.parseDouble(Double.java:538)
Please advise.