Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
2
20231104-KursPodstawowyALX
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
20231104-KursPodstawowyALX
Commits
00e7335b
Commit
00e7335b
authored
Nov 19, 2023
by
Patryk Czarnik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
szewc z orami
parent
10aa6c5f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
3 deletions
+15
-3
Szewc99.java
src/main/java/domowe/r1/z03_szewc/Szewc99.java
+15
-3
No files found.
src/main/java/domowe/r1/z03_szewc/Szewc99.java
View file @
00e7335b
...
...
@@ -10,15 +10,27 @@ public class Szewc99 {
int
koniec
=
poczatek
+
czasNaprawy
;
JOptionPane
.
showMessageDialog
(
null
,
"Buty będą do odbioru w dzień nr "
+
koniec
);
if
(
koniec
==
1
||
koniec
==
8
)
{
if
(
koniec
==
1
||
koniec
==
8
||
koniec
==
15
)
{
JOptionPane
.
showMessageDialog
(
null
,
"To jest poniedziałek"
);
}
if
(
koniec
==
2
||
koniec
==
9
)
{
if
(
koniec
==
2
||
koniec
==
9
||
koniec
==
16
)
{
JOptionPane
.
showMessageDialog
(
null
,
"To jest wtorek"
);
}
if
(
koniec
==
3
||
koniec
==
10
)
{
if
(
koniec
==
3
||
koniec
==
10
||
koniec
==
17
)
{
JOptionPane
.
showMessageDialog
(
null
,
"To jest środa"
);
}
if
(
koniec
==
4
||
koniec
==
11
||
koniec
==
18
)
{
JOptionPane
.
showMessageDialog
(
null
,
"To jest czwartek"
);
}
if
(
koniec
==
5
||
koniec
==
12
||
koniec
==
19
)
{
JOptionPane
.
showMessageDialog
(
null
,
"To jest piątek"
);
}
if
(
koniec
==
6
||
koniec
==
13
||
koniec
==
20
)
{
JOptionPane
.
showMessageDialog
(
null
,
"To jest sobota"
);
}
if
(
koniec
==
7
||
koniec
==
14
||
koniec
==
21
)
{
JOptionPane
.
showMessageDialog
(
null
,
"To jest niedziela"
);
}
}
...
...
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