====================================
1. Write a function, sum, which will return the sum of the elements
of a list of integers.
(a) use iteration (loops), (call your function: sumiteration)
1. Write a function, sum, which will return the sum of the elements
of a list of integers.
(a) use iteration (loops), (call your function: sumiteration)