Search:

Type: Posts; User: suzy

Search: Search took 0.24 seconds.

  1. Replies
    6
    Views
    1,336

    Re: Multi dimensional array

    Thank you very much for the replies Junky and Norm.
    I am very glad to be here in this forum in my beginning phase of java learning process. :)
  2. Replies
    6
    Views
    1,336

    Re: Multi dimensional array

    wow! that worked, thanks :)
    i am not sure though when to use printf and when to use println

    --- Update ---

    can i assign the values in multidimensional array like this:
    int [][] aryNumbers =...
  3. Replies
    6
    Views
    1,336

    Multi dimensional array

    I am trying to write a code for multidimensional array, allocate memory for variables and access the value of the arrays. I want them to be shown as rows and columns. but my code only shows one...
Results 1 to 3 of 3