User profile: Rhenn

User info
User name:Rhenn
History
Joined:
Number of posts:3
Latest posts:

Problem with finding vowels with recursion
Thank you, I see now. I just had to have "return", before the function call.

Problem with finding vowels with recursion
I am using recursion because this is an exercise in a class. I am fairly certain that using the [] i...

Problem with finding vowels with recursion
bool containsVowel(string blah){ if (blah == ""){ return false; } else if (blah[0] == 'a'...

This user does not accept Private Messages