Search:

Type: Posts; User: suzy

Search: Search took 0.07 seconds.

  1. Replies
    4
    Views
    1,074

    How to read a text file in java?

    How to read a text file in Java? Can someone please explain to me precisely in detail. i tried to google some examples, tried them, but don't really understand exactly how it works.
    thank you in...
  2. Replies
    4
    Views
    1,074

    How to read a text file in java?

    How to read a text file in Java? Can someone please explain to me precisely in detail. i tried to google some examples, tried them, but don't really understand exactly how it works.
    thank you in...
  3. Replies
    6
    Views
    1,315

    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. :)
  4. Replies
    6
    Views
    1,315

    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 =...
  5. Replies
    6
    Views
    1,315

    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 5 of 5