Search:

Type: Posts; User: Norm

Search: Search took 0.11 seconds.

  1. Replies
    3
    Views
    892

    [SOLVED] Re: ArrayList assistance

    What data type is: leftCu.get(i)
    what data type does parseInt() take?
    You need to read the API doc for the parseInt() method to see what type of arg it takes.
  2. Replies
    3
    Views
    892

    [SOLVED] Re: ArrayList assistance

    Can you post the source code line that has the error?
    If the problem is with the parseInt() method, is the arg passed to the method the correct data type?
    Read the API doc to see how to use the...
Results 1 to 2 of 2