Hi, Can somebody explain me these commands
for (String name : koty) {
    mapa.put(name, new Kot(name));
 }
I used partly the solved task and I don't know what it doing. I mean why I must add "name, new Kot(name)" and what they mean. I would appreciate showing you the correct line of thought by writing this piece of code in this task :)