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 ...