Search:

Type: Posts; User: Mr.777

Search: Search took 0.11 seconds.

  1. Replies
    7
    Views
    1,551

    Re: Random suit and card with arrays

    What i mean to say is, let's assume you have a two dimensional array,


    int [][] array = new int[5][];

    What does this mean?
    And when you do,


    array = array[0];
  2. Replies
    7
    Views
    1,551

    Re: Random suit and card with arrays

    How would you assign a single array to double array?
    Read the error message carefully and you'll hopefully get to know.
Results 1 to 2 of 2