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...


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++



Jun 07, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here