Exercise 2 Exercise Objectives Recursive string processing Problem Description • Write a recursive function named proces
Posted: Fri May 20, 2022 10:18 am
Exercise 2 Exercise Objectives Recursive string processing Problem Description • Write a recursive function named processString that takes a string a single parameter and returns the number of small vowel letters (a,e,i,o,u) in the string. You are NOT allowed to use any loop structure (for, while, do/while) to solve this problem. Write the main function that: . Prints your full name and your student ID Defines a proper array of character of size 100 . Reads a string and properly store it in the array • Properly calls the function processString to find the number of small vowel letters (a,e,i,o,u) in the string and prints the returned value Sample Run Hy Home Sami Ahmad ALL kref - Student Dis 2020190 Enter String Hello World The amber of required characters 3