#include #include int LiczbaRoznychSamoglosek(char slowo[30]) { char s[] = { 'A', 'E', 'I', 'O', 'U', 'Y' }; int ls[] = { 0, 0 ,0 ,0 ,0 ,0}; for(int i=0;i