Advertisement
Guest User

Untitled

a guest
Apr 26th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. void przelew(int kwota, Konto otherKonto)
  2. {
  3. otherKonto.setStanKonta(otherKonto.getStanKonta() - kwota);
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement