From d9e77f4f752d8307b7fa06158fbcd0f38c50f29f Mon Sep 17 00:00:00 2001 From: vivekkumar0249 <50083348+vivekkumar0249@users.noreply.github.com> Date: Sat, 10 Oct 2020 16:00:01 +0530 Subject: [PATCH] Create change every vowel to% of first word,every consonent with#,and surname with capital letter --- ...nent with#,and surname with capital letter | 44 +++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 change every vowel to% of first word,every consonent with#,and surname with capital letter 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