Facebook
From Hot Pudu, 6 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 239
  1.     public Produkt(String n, int i, double k, double b, double w, double t)
  2.     {
  3.         this.nazwa = n;
  4.         this.ilosc = i;
  5.         this.kalorie = k;
  6.         this.bialko = b;
  7.         this.wegle = w;
  8.         this.tlusze = t;
  9.     }