Search:

Type: Posts; User: Mohak.

Search: Search took 0.13 seconds.

  1. Replies
    13
    Views
    2,386

    Re: Having some nested loop problem

    There's one more thing, the dialog boxes don't seem to include the tabbed spaces("\t") in the ouput.
    So, changing the statement from [output += "\t";] to [output += " ";] (that include two spaces)...
  2. Replies
    13
    Views
    2,386

    Re: Having some nested loop problem

    Also, the loop containing variable column should NOT be a second-level nest.
    It has to be nested only in the loop containing variable row.
    And also there's no need for the label nextnextRow. Just a...
  3. Replies
    13
    Views
    2,386

    Re: Having some nested loop problem

    i don't think it has skipped that statement.
    It enters the tabbed space("\t") after every newline character("\n") because of the '>=' in the condition space >= row.

    You could change the condition...
  4. Thread: Hey Everyone!

    by Mohak.
    Replies
    0
    Views
    1,105

    Hey Everyone!

    I am Mohak, from India and just starting out with java programming, well its been a few months now, so I know a few basics.
    I am sure this forum is going to be quite helpful :)
    So yea, that's it!...
Results 1 to 4 of 5