...

/

Challenge: Scoping Functions

Challenge: Scoping Functions

Test your understanding by solving the exercise given in this lesson.

Problem statement

Given a non-empty list of integers, you have to calculate their average within the scope of a scoping function. In particular, you have to perform ...