Search:

Type: Posts; User: thirddigit

Search: Search took 0.26 seconds.

  1. Replies
    3
    Views
    1,090

    Re: array question

    thanks allot
  2. Replies
    3
    Views
    1,090

    array question

    hi sorry but im a complete noob at this programming lark.
    im learning about arrays

    char[][] hhh={{'a','b'},{'c','d'}};
    System.out.println(hhh[1][1]+hhh[1][1]);

    i think this should output d d...
Results 1 to 2 of 2