Search:

Type: Posts; User: I MIKE C I

Search: Search took 0.09 seconds.

  1. Re: Need help understanding why my return value is not returning back.

    The main problem was you were not actually returning the new value and you weren't updating the input variable to the "new" value anyway, which meant the initial illegal value was used for the for...
  2. Re: No idea why I'm getting NullPointerException error

    The problem is you have declared all your variables outside the methods (this is good as it means all the methods can access them) however inside the "set" methods eg. setPics you are declaring the...
Results 1 to 2 of 2