Computer Science, asked by shafeeqfsa, 2 months ago

Write a function to find the sum of all the numbers ending with 5 from a list.​

Answers

Answered by ItzMrAlcohol
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
Math, 1 month ago