// // #include #include int main(void){ char str[20]; int cnt, i; printf("Please enter a string > "); scanf("%s", str); for(i=0;i