Question: (10pts) Given a list of numbers [2,4,6,8,10,12,14] #write a function that iterates over the list and multiplies each number by 5. Test your program
![(10pts) Given a list of numbers [2,4,6,8,10,12,14] #write a function that iterates](https://dsd5zvtm8ll6.cloudfront.net/questions/2024/03/6603bcde32078_1711524497826.jpg)
(10pts) Given a list of numbers [2,4,6,8,10,12,14] #write a function that iterates over the list and multiplies each number by 5. Test your program with a list of even numbers from 2 to 14. (10pts) Write a Python function that accepts three arguments: an array, the size of the array, and a number n. Assume the array contains integers. The function should display all integers in the array that are greater than the number n. Test your function.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
