Write a function that takes as a parameter an string


Write a function that takes as a parameter an string and returns the vowels (a, e, i, o, u). The function prototype should look like:

void countVowels(string str, int& aCt, int& eCt, int& iCt, int& oCt, int& uCt);

can you help with this one instead?

Request for Solution File

Ask an Expert for Answer!!
Programming Languages: Write a function that takes as a parameter an string
Reference No:- TGS0127365

Expected delivery within 24 Hours