Ruby - Enumerable and Collection Processing
Given a hash
scores = { 'Alice' => 10, 'Bob' => 15, 'Carol' => 12 }, how can you use each to print each name and score in the format Name: Score?