Search:

Type: Posts; User: Norm

Search: Search took 0.11 seconds.

  1. Thread: Arrays sorting

    by Norm
    Replies
    13
    Views
    1,561

    Re: Arrays sorting

    The code at line 84 uses an index that is past the end of the array. Check why the index is too big.
    Remember array indexes range from 0 to the array length-1

    Check that the array indexes are...
  2. Thread: Arrays sorting

    by Norm
    Replies
    13
    Views
    1,561

    Re: Arrays sorting

    The row totals would go in a column at the end of each row
    The column totals would go in a row following the last row of details.
  3. Thread: Arrays sorting

    by Norm
    Replies
    13
    Views
    1,561

    Re: Arrays sorting

    Try adding some control characters in the Strings that are being printed.
    Add a "\n" where you want the following String to be on the next line
    Add a "\t" where you want the following String to be...
  4. Thread: Arrays sorting

    by Norm
    Replies
    13
    Views
    1,561

    Re: Arrays sorting

    I was asking for the program's output and a corrected version of that output.
    Can you post an example of what you are trying to do
    and a sample of the program's current output.
    Wrap the post in...
  5. Thread: Arrays sorting

    by Norm
    Replies
    13
    Views
    1,561

    Re: Arrays sorting

    Can you post an example of what you are trying to do
    and a sample of the program's current output.
    Wrap the post in code tags to preserve the spacing.
Results 1 to 5 of 5