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);

Request for Solution File

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

Expected delivery within 24 Hours