public Produkt(String n, int i, double k, double b, double w, double t) { this.nazwa = n; this.ilosc = i; this.kalorie = k; this.bialko = b; this.wegle = w; this.tlusze = t; }