Commit f815a748 by Patryk Czarnik

poprawki w wersji Tutor

parent 6acf93a7
......@@ -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";
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment