Search:

Type: Posts; User: hooshdar3

Search: Search took 0.10 seconds.

  1. Replies
    5
    Views
    828

    [SOLVED] Re: cannoot find symbol

    Eh...I haven't defined it?Look inside for-loop...I have. haven't I? I have.....seemingly, unless it goes out of scope
  2. Replies
    5
    Views
    828

    [SOLVED] cannoot find symbol

    Hi.
    What's wrong with:

    public void showResults(Info[] queue,int k)
    {

    String results = "";
    for(int i =0;i<queue.length;++i)
    if(nameChecked)
    results += queue[i].name;
Results 1 to 2 of 2