Challenge 2: Average of Values of Keys in a Dictionary
In this challenge, you are required to calculate the average of values in a dictionary.
We'll cover the following...
Problem Statement
Implement a calculateAvg
function that receives the ages
dictionary as a parameter, and returns the average age of the students. Traverse all items in the dictionary using the “items” method above.
Input
A dictionary
Output
The average age of all students in the dictionary
Access this course and 1400+ top-rated courses and projects.