Originally Posted by
LemmyWinks
i know i need to add the first item
Originally Posted by
LemmyWinks
then compare the next item with the first
Originally Posted by
LemmyWinks
and the third with the first two and so on
In your own words, there is a very rough outline of what is to happen. Break each of those down into finer steps.
For example, your first part, adding the first item, what is required?
Well for one you would have to be able to take input. (probably more steps involved for that)
Then you need a place to store the input.
etc etc
Refine each step in your outline until it starts looking like code.