/**/ #include #include int main () { char input[21]; int i, syllables; printf("Please enter a string > "); scanf("%s", input); syllables=0; i=0; while (i