Need help with counting " Y" as a vowel - C++
daniweb.com
Need help with counting " Y" as a vowel - C++

newbie101

ue, 28 Nov 2006 08:00:00 GM

cout << "You entered " << (. length. - vowel) << " . consonants. in that string." << endl;. } int Y(char string[], int ctr, int vowel). {. bool flag1 = false;. bool flag2 = false;. if(string[ctr++​] == 'a' || string[ctr++] == 'e' ...

From Google Blog Search: 'Consonant length'
Sun Sep 5 13:01:18 2010 [ refresh local cache ]