Search:

Type: Posts; User: ChristopherLowe

Search: Search took 0.08 seconds.

  1. Re: Integer to String, can't get it to work

    I don't understand. Integer.toString(i) returns the string representing the integer 'i'. What is the error and what are you expecting?
  2. Re: Integer to String, can't get it to work

    Are you aware that your for loops only run once with the value 0? Also, for string equality tests use:



    if (str.equals(str2))
Results 1 to 2 of 2