reset password
Author Message
jjulato2
Posts: 4
Posted 15:02 Oct 25, 2019 |

I created the first class that reads the data but when i try to run it with my tester i keep getting the NumberFormatException and I dont know how to fix it 

kknaur
Posts: 540
Posted 17:14 Oct 25, 2019 |

Usually when you get a NumberFormatException it means that you are trying to convert a string into a number that does not contain all digits.