Search:

Type: Posts; User: Norm

Search: Search took 0.21 seconds.

  1. Replies
    7
    Views
    1,083

    Re: my code will not return everything...

    To print several rows of data with each row having several columns, use nested loops.
    The outer loop goes over the rows.
    The inner loop goes over the columns
    print each column's value on the...
  2. Replies
    7
    Views
    1,083

    Re: my code will not return everything...

    Please copy the full output from the program and paste it here. Add some comments to the post describing what is wrong with the output and show what you want the output to look like.

    Please edit...
Results 1 to 2 of 2