There was an error while loading. Please reload this page.
1 parent 8d1e4d4 commit 40be5dfCopy full SHA for 40be5df
src/Course07_AssociativeArrays/Exercise/P05_Courses.java
@@ -25,8 +25,7 @@ public static void main(String[] args) {
25
input = scanner.nextLine();
26
}
27
//courseName -> List<String>
28
- courses.entrySet()
29
- .forEach(entry -> {
+ courses.entrySet().forEach(entry -> {
30
//key: име на курса
31
//value: списък с хората
32
//име на курса -> бр. хората
0 commit comments