about | help | code help+videos | done | prefs |
Write a method called allVowels that will return true if a given String str contains all vowels, and false if any character is not a vowel. allVowels("donut") → false allVowels("apple") → false allVowels("aeiouAEIOU") → true ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Difficulty: 100 Post-solution available
Copyright Nick Parlante 2017 - privacy