Search:

Type: Posts; User: Norm

Search: Search took 0.32 seconds.

  1. Thread: Help for my codes

    by Norm
    Replies
    28
    Views
    2,727

    Re: Help for my codes

    Try writing a single loop that looks at the one column in each row that contains the student id value.
  2. Thread: Help for my codes

    by Norm
    Replies
    28
    Views
    2,727

    Re: Help for my codes

    Why are there nested loops? The loop only needs to look at one column in each row. The one where the student id is located.
    The other columns in the row contain other data about the student.

    I...
  3. Thread: Help for my codes

    by Norm
    Replies
    28
    Views
    2,727

    Re: Help for my codes

    Post the search code you are working on.

    The pseudo code I posted was a list of the steps the program could take to do the search. The search is done in a simple loop that looks at each row for...
  4. Thread: Help for my codes

    by Norm
    Replies
    28
    Views
    2,727

    Re: Help for my codes

    Look at what is in the array. Each row has data for one student. One of the columns in the row has the student id.
    The search loop should look at the student id in each row. That can be done with...
  5. Thread: Help for my codes

    by Norm
    Replies
    28
    Views
    2,727

    Re: Help for my codes

    Start with a loop to go through the elements in the array.
    Look at the 2 dim array and see what indexes to use to access the element that you want to compare against.
  6. Thread: Help for my codes

    by Norm
    Replies
    28
    Views
    2,727

    Re: Help for my codes

    What is a "normal" array? In the OP's 2 dim array, each row has related data that the OP wants to print depending on a match with the data in the first column.
  7. Thread: Help for my codes

    by Norm
    Replies
    28
    Views
    2,727

    Re: Help for my codes

    How will the program do that step? What are the steps required to do the search?
  8. Thread: Help for my codes

    by Norm
    Replies
    28
    Views
    2,727

    Re: Help for my codes

    There are no statements in the posted code to do the search. What have you tried so far?

    Can you describe the steps the program must take to do the search?
  9. Thread: Help for my codes

    by Norm
    Replies
    28
    Views
    2,727

    Re: Help for my codes

    Post the code you are working on and ask questions about the problems you are having.
  10. Thread: Help for my codes

    by Norm
    Replies
    28
    Views
    2,727

    Re: Help for my codes

    What problems are you having with writing the code to find the matching id?
  11. Thread: Help for my codes

    by Norm
    Replies
    28
    Views
    2,727

    Re: Help for my codes

    Where is the id located? Where are the statements in the posted code that searches for the id?
  12. Thread: Help for my codes

    by Norm
    Replies
    28
    Views
    2,727

    Re: Help for my codes

    Can you explain what problems you are having?
Results 1 to 12 of 12