Question: Objective: Write syntactically correct while/for loops Given a list of numbers and a number n, return the sum of the first n elements in the

Objective: Write syntactically correct while/for loops Given a list of numbers and a number n, return the sum of the first n elements in the list. Assume n is less than or equal to the length of the list. For example, given [1,1,1,5] and n=3, the function should return 3. (i.e. 1+1+1)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
