|
|
|
|
|
by steven_h
5263 days ago
|
|
It might have been when he initialized the variable result. He goes on to append strings to this variable which would lead me to believe it has some value that you can append to. This would make the third conditional where he checks for null to fail, he should check for an empty string. |
|