Advertisement
Guest User

Untitled

a guest
Jun 20th, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.15 KB | None | 0 0
  1.  if (ileDodanych > 0) {
  2.     for(int i=0; i<ileDodanych; i++) {
  3.         wynik += pozycje[i].obliczWartosc(pozycje[i].cena, pozycje[i].ileSztuk);
  4.        
  5.     }
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement