Ruby - Loops and Iteration
Given a hash
scores = { alice: 10, bob: 15, carol: 7 }, how can you use an iterator to create a new hash with only scores greater than 8?