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

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!