Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
alx_mszczonow_2
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
alx_mszczonow_2
Commits
d8d7f6d2
Commit
d8d7f6d2
authored
Jul 25, 2023
by
Patryk Czarnik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
\n
parent
e60d927f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
P01_OdczytajWgId.java
src/main/java/programy/P01_OdczytajWgId.java
+1
-1
No files found.
src/main/java/programy/P01_OdczytajWgId.java
View file @
d8d7f6d2
...
@@ -19,7 +19,7 @@ public class P01_OdczytajWgId {
...
@@ -19,7 +19,7 @@ public class P01_OdczytajWgId {
Scanner
sc
=
new
Scanner
(
System
.
in
);
Scanner
sc
=
new
Scanner
(
System
.
in
);
while
(
true
)
{
while
(
true
)
{
System
.
out
.
print
(
"Podaj ID pracownika (0 kończy program): "
);
System
.
out
.
print
(
"
\n
Podaj ID pracownika (0 kończy program): "
);
Integer
id
=
sc
.
nextInt
();
Integer
id
=
sc
.
nextInt
();
if
(
id
==
0
)
break
;
if
(
id
==
0
)
break
;
Employee
emp
=
em
.
find
(
Employee
.
class
,
id
);
Employee
emp
=
em
.
find
(
Employee
.
class
,
id
);
...
...
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