ola, estou com um problema no meu programa…quando declaro um cpf da esse erro aki…
obs: a variavel eh uma string
Exception in thread “main” java.lang.NumberFormatException: For input string: "113.874.749-10"
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
at java.lang.Integer.parseInt(Integer.java:580)
at java.lang.Integer.parseInt(Integer.java:615)
at Interface.main(Interface.java:19)