diff --git a/change every vowel to% of first word,every consonent with#,and surname with capital letter b/change every vowel to% of first word,every consonent with#,and surname with capital letter new file mode 100644 index 00000000..8c39dcdd --- /dev/null +++ b/change every vowel to% of first word,every consonent with#,and surname with capital letter @@ -0,0 +1,44 @@ +#include +#include +using namespace std; + +int main() +{ + char ch[10],ch2[10],ch3[10]; + int x,y,z; + cout<<"\n\n\n******************************************************************\n\n"; + cout << "pl!!!! enter a sentence " << endl; + cin>>ch; + cin>>ch2; + cin>>ch3; + x=strlen(ch); + y=strlen(ch2); + z=strlen(ch3); + for (int j=0;j