Search:

Type: Posts; User: crazyboy5012

Search: Search took 0.13 seconds.

  1. Replies
    5
    Views
    904

    Re: arrays ... what am i doing wrong?

    oh ok ... thx !
  2. Replies
    5
    Views
    904

    Re: arrays ... what am i doing wrong?

    well this is basically the whole code .... and the error is given the scond i try to allocate the memory of the array
    the error is given for the declarations.

    public class AI{
    int max,min;...
  3. Replies
    5
    Views
    904

    arrays ... what am i doing wrong?

    i was trying to create a new array:
    int[][] location;
    but for some reason the moment i try to call that array it gives me an error:
    int[][] location;
    location = new int[10][2];
    error: "syntax...
Results 1 to 3 of 3