Question: Write a method called averageVowels that takes an ArrayList of Strings as a parameter and returns the average number of vowel characters (a, e, i,

Write a method called averageVowels that takes an ArrayList of Strings as a parameter and returns the average number of vowel characters (a, e, i, o, u) in all strings in the list. If your method is passed an empty ArrayList, it should return 0.0
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
