Title Find vowels in string with recursive helper method
Catalog Type SLCItem
Persistent ID https://codecheck.io/files/horstmann/codecheck-bj-4-recur-113
Platform Name CodeCheck
Features Code Completion
Description Complete the MyMethods class so that the static vowels method returns a string of the vowels of the string parameter. For example, vowels("excercise") would return the string "eeie" because those are the sequence of vowels in the word. Assume vowels are the letters a,e,i,o,u. You can limit your input and output to lower case letters. The vowels method calls a helper method whose parameter are the original string, the starting index where to look for vowels, and the previously found vowels.
Keywords Recursion
Author Cay Horstmann
Institution San José State University
Iframe URL https://codecheck.io/files/horstmann/codecheck-bj-4-recur-113
Protocol SPLICE, LTI 1.1
Protocol URL
License https://creativecommons.org/licenses/by-nc-nd/4.0/
Programming Language Java
Natural Language en

Preview

SPLICE Output