Search:

Type: Posts; User: simpson_121919

Search: Search took 0.10 seconds.

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

    It turns out it is an ArrayType Class. I have so much to learn. Thanks for the help.
  2. Re: "cannot find symbol" error when trying to use the getInt() method.

    Oh I was mistaken the Array class for the Arrays class. After looking into the arrays class I tried doing a binarySearch() and got the same error. All I was trying to do was access info from an...
  3. Re: "cannot find symbol" error when trying to use the getInt() method.

    Sorry - "cannot find symbol - method getInt(int[],int)"
    I'm trying to write a method that will allow me to access the hourCounts array.
  4. "cannot find symbol" error when trying to use the getInt() method.

    I am trying to obtain something from an array and when I compile it tells me "cannot find symbol. "


    public int numberOfAccesses()
    {
    int total = 0;
    int index = 0;
    ...
Results 1 to 4 of 4