#include using namespace std; int tab[50]; void losuj() { srand(time(NULL)); for (int i=0;i<50;i++) {tab[i]=rand()%201;} } void policz() { int ilosc=0; for (int i=0;i<50;i++) {if((tab[i]>=1)&&(tab[i]<=10))ilosc++;} cout <<"Ilosc liczb w przedziale od 1 do 10: "<