...

/

Exercise 2: Nested Hash

Exercise 2: Nested Hash

Practice retrieving hash data stored inside another hash.

Problem statement

We have a nested hash called dictionary that contains other hashes as stored values. We ...