Algorithm

- Set counter param 0
- Loop through string (for(int cnt = 0; cnt < str.length(); cnt++))
- check each character with vowels in loop interation ((ch == 'a' || ch == 'e' ||
...