| Author |
wrong output
|
naved momin
Ranch Hand
Joined: Jul 03, 2011
Posts: 675
|
|
the code was running fine for 5 minutes but now gives an wrong output
when i entered 50 50 50 it throws to catch clause which is NumberFormatException ,
which is not supposed to happen , whats wrong here can any one tell me
|
The Only way to learn is ...........do!
Visit my blog http://inaved-momin.blogspot.com/
|
 |
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32830
|
|
As I said before, why are you not using a Scanner?
If you enter the line "50 50 50", that is not in the correct format for a number. It might be correct for three numbers, but your code requires you get one number out of it.
|
 |
naved momin
Ranch Hand
Joined: Jul 03, 2011
Posts: 675
|
|
Campbell Ritchie wrote:As I said before, why are you not using a Scanner?
If you enter the line "50 50 50", that is not in the correct format for a number. It might be correct for three numbers, but your code requires you get one number out of it.
thanks i got that
|
 |
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32830
|
|
You're welcome
|
 |
 |
|
|
subject: wrong output
|
|
|