| Author |
why is the problem with this logic ?
|
naved momin
Ranch Hand
Joined: Jul 03, 2011
Posts: 675
|
|
why this code is not working
1 retreiving all the elements from the arraylist2 i am spliting the string with white spaces and storing it in a array of string3 and rest you can figure it out ...but what i m excepting is "yes" but i m getting "no"
|
The Only way to learn is ...........do!
Visit my blog http://inaved-momin.blogspot.com/
|
 |
fred rosenberger
lowercase baba
Bartender
Joined: Oct 02, 2003
Posts: 10043
|
|
I'm pretty sure the answer would be obvious if you printed out "str" and "s" just before your If statement.
It's a pretty standard debugging technique: When your if statement isn't giving you what you expect, check to make sure you are REALLY comparing what you think you are.
In this case, you are not.
|
Never ascribe to malice that which can be adequately explained by stupidity.
|
 |
 |
|
|
subject: why is the problem with this logic ?
|
|
|