Write a function to find the sum of all the numbers ending with 5 from a list.
Answers
Answered by
3
Answer:
Suppose that you want to calculate the sum of a list of numbers such as: [1,3,5,7, 9]. An iterative function that computes
Explanation:
Similar questions