Content deleted Content added
Citation bot (talk | contribs) Removed URL that duplicated unique identifier. | You can use this bot yourself. Report bugs here. | Activated by Headbomb | via #UCB_webform |
|||
Line 13:
'''Step 3:''' Then iterate through the original list and compare each number to 5 until there is a number greater than 5.
* 1 < 5 so 1 is not added to the
* 4 < 5 so 4 is not added to the sub-list.
* 2 < 5 so 2 is not added to the sub-list.
|