#include #include using namespace std; void wypelnij(int tab[8], int suma) { for (int i = 0; i<8; i++) { cout<<"Podaj wartosc elementu"; cin>>tab[i]; } } void wyswietl(int tab[8]) { for (int i= 0; i<8; i++) cout<