#include using namespace std; class uczen; { private: string imie; string nazwisko; int wiek; string zachowanie; float srednia; public: void produkcja() { cout<< "Imie: "< imie = imie; this -> nazwisko = nazwisko; this -> wiek = wiek; this -> zachowanie = zachowanie; this -> srednia = srednia } }; void wypisz() { uczen::wypisz(); cout<<"Imie: "<