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
f815a748
Commit
f815a748
authored
Dec 03, 2023
by
Patryk Czarnik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
poprawki w wersji Tutor
parent
6acf93a7
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Referencje3_Wersja_Tutor.java
.../p10_klasy/referencje_tutor/Referencje3_Wersja_Tutor.java
+3
-3
No files found.
src/main/java/p10_klasy/referencje_tutor/Referencje3_Wersja_Tutor.java
View file @
f815a748
...
...
@@ -44,10 +44,10 @@ class Konto {
public
class
Referencje3_Wersja_Tutor
{
static
void
metoda
(
Konto
a
,
Konto
b
,
Konto
c
,
int
x
)
{
x
+=
14
;
b
.
wplata
(
24
);
x
+=
55
;
b
.
wplata
(
48
);
a
=
new
Konto
(
b
.
numer
,
b
.
saldo
,
b
.
wlasciciel
);
a
=
new
Konto
(
a
.
numer
,
a
.
saldo
,
a
.
wlasciciel
);
a
.
saldo
+=
77
;
a
.
wlasciciel
.
imie
=
"Alicja"
;
}
...
...
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