aspose file tools
The moose likes Java in General and the fly likes wrong  output Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "wrong  output " Watch "wrong  output " New topic
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
    
    4
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
    
    4
You're welcome
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: wrong output
 
Similar Threads
how to achieve this ?
problem with try catch
whats wrong with my code ?
2 methods into one?
why netbeans is showing output in this way ?