Advertisement
Guest User

Untitled

a guest
Dec 13th, 2018
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1.  
  2. // 8) ATRYBUT statyczny //
  3. public static int CenaLaptopa = 3000;
  4.  
  5. // METODA STATYCZNA //
  6. public static void ObnizCene()
  7. {
  8. CenaLaptopa -= 100;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement