#include #include int main() { char s[20]; int i; cout<<"Enter A String:"<>s; i=0; while(s[i]!="\0") { cout<