/**/ #include #include int main() { char word[40]; int i=0; int count=0; printf("Please enter a string > "); fgets(word, 19, stdin); while(i