Search:

Type: Posts; User: Norm

Search: Search took 0.13 seconds.

  1. Re: "cannot find symbol" error when trying to use the getInt() method.

    You access an array by using the name of the array, some [] and an index value:
    theArray[theIndex] // access the element at theIndex in theArray
  2. Re: "cannot find symbol" error when trying to use the getInt() method.

    The compiler can not find a definition for a getInt() method that takes an int array and and int as args defined for the variable: hourCounts. If hourCounts is an array, there is not a getInt()...
  3. Re: "cannot find symbol" error when trying to use the getInt() method.

    Can you post the full text of the error message the shows what can not be found and other important info about the problem.
Results 1 to 3 of 3