#include #include main(){int i,l,n;char c,w[100];while(fgets(w,100,stdin)!= NULL){l=0;n=0;while(w[l]!='\0'){w[l]=tolower(w[l]);l++;};for(i=2;i