Write a recursive function, vowels, that returns the number of vowels in a string. Also, write a program to test your function. My code;
#include