Skip to content

Commit 724e48b

Browse files
committed
"First Commit"
1 parent 3fc7fd2 commit 724e48b

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

com/Screenshots/generalOutput.png

307 KB
Loading

com/Screenshots/selectedOutput.png

187 KB
Loading

com/Screenshots/startExpedition.png

101 KB
Loading

com/company/LearningZone.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ public void startExpedition(){
1717
for(int i = 0; i < entityNumber; i++){
1818
generation.add(Person.getUnknownPerson());
1919
}
20-
System.out.println(Person.getFields());
20+
21+
22+
System.out.println(Person.getFields()); // Выводим шапочку
23+
2124

2225
generation.stream()
2326
.filter(p -> p.gender.equals(Gender.Female))

0 commit comments

Comments
 (0)