Rewrite the above functionality by using recursive function, you should re-use the function isVowel(). Hint: first, draw
Posted: Thu Jul 14, 2022 2:12 pm
Rewrite the above functionality by using recursive function, you should re-use the function isVowel(). Hint: first, draw the recursive diagram to figure out the logic and base case. You are not required to submit the diagram with the solution.