Hello,


Will you please write a c++ program which includes all functions,


1) Recursive function for "vowels", that returns number of vowels in string.


2) Recursive function for "sum of array"


3) Program that uses a recursive function to check whether a string is Palindrome


4) Program that uses recursive function to print string backward


5) write a Recursive function for "backword number"(i.e: reversedigits, that takes an integer as a parameter and returns the number with digits)


6) Recursive function for "power"


Please find the attached screenshot if you have any doubts.


Thank you so much

Recursive function for "vowels" and Recursive function for "sum of array"-recursive-jpg