Search:

Type: Posts; User: andresfelquintero

Search: Search took 0.12 seconds.

  1. Re: Error using a structure to obtain information of an specific array

    This is the complete code.

    /*****************************************************************
    JADE - Java Agent DEvelopment Framework is a framework to develop
    multi-agent systems in compliance...
  2. Replies
    2
    Views
    1,662

    Re: Getting information from an array

    This is the complete code.

    /*****************************************************************
    JADE - Java Agent DEvelopment Framework is a framework to develop
    multi-agent systems in compliance...
  3. Error using a structure to obtain information of an specific array

    Here is my code, can anyone tell me why does this error appears java.lang.NullPointerException??


    public class encuentrarepeticion{
    int temporal;
    int[] temporal1;
    int numerorep;
    };
  4. Replies
    2
    Views
    1,662

    Getting information from an array

    I have an array of 3 rows and 4 columns. I need to compare every element of it with the others to find if it is repeated, how many times it repeats and the number of the row where they appear. I...
Results 1 to 4 of 4