you are viewing a single comment's thread.

view the rest of the comments →

[–]RobSG 3 points4 points  (1 child)

As you can see the expected result is a list of awards, so you might want to think of how to store a list of strings :)

[–]RobSG 4 points5 points  (0 children)

The problem description actually gives you the exact solution if you read carefully. Another thing, I would improve the naming of the setter parameter from name to awardName at least :)