istream& Student_info::cteni(istream& vstup)
{
	vstup >> jmeno >> polovina >> zaver;
	cteni_du(vstup, domaciukol);
	return vstup;
}


