Write a function which takes an array of strings (array size is 5); then finds the number of vowels and consonants in each string. The function should create and print a 5x2 array to store this information against each string.For example if:Array:{“hello” “i”, “love”, “this”, “course”}2D array created by function:[[2,3], [1,0], [2,2], [1,3],[3,3]]
write code in c++
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here