Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
kurs_java_alx_20240321
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Patryk Czarnik
kurs_java_alx_20240321
Commits
c03cab9e
Commit
c03cab9e
authored
May 08, 2024
by
Patryk Czarnik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
min max w sortowaniu
parent
8a875f09
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
P7_Sortowanie.java
src/emps/v2_obiektowo/P7_Sortowanie.java
+4
-0
No files found.
src/emps/v2_obiektowo/P7_Sortowanie.java
View file @
c03cab9e
...
...
@@ -15,6 +15,10 @@ public class P7_Sortowanie {
for
(
Employee
emp
:
emps
)
{
System
.
out
.
println
(
emp
);
}
System
.
out
.
println
();
System
.
out
.
println
(
"Najbiednieszy: "
+
emps
.
getFirst
());
System
.
out
.
println
(
"Najbogatszy: "
+
emps
.
getLast
());
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment