Practice with Loops and Conditional
Structures
Exercise: Write a method
that takes a String as its argument and returns the number of vowels in
the String.
Exercise: Write a method that
takes a String as its argument, and returns the reverse of the String.