about | help | code help+videos | done | prefs |
isAllVowels
Write the method called iaAllVowels that returns boolean result if the string passed in consists entirely of vowels (ignoring case). If and only if every character of the string is a vowel, your method should return true. isAllVowels("e") → true isAllVowels("happy") → false isAllVowels("banana") → false ...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: 110
Copyright Nick Parlante 2017 - privacy