0
votes
Does the last element in a loop deserve a separate treatment?
The special case should be done outside the loop if it is only to be performed once.
However, there may be an index or some other variable(s) that are just easier to keep inside the loop d …
