Search:

Type: Posts; User: Norm

Search: Search took 0.36 seconds.

  1. Thread: Arrays (Beginer)

    by Norm
    Replies
    4
    Views
    1,584

    Re: Arrays (Beginer)

    How would you do it manually if there were pieces of paper with numbers on them laid in a row and you could only compare two at a time? Start at the first one and work to the last one. Pick up one...
  2. Thread: Arrays (Beginer)

    by Norm
    Replies
    4
    Views
    1,584

    Re: Arrays (Beginer)

    Use a loop. Pick the first price as the potential lowest price and compare all the rest of the prices against it looking for one lower. When you find a lower one, save it as the new potential lowest....
Results 1 to 2 of 2