id/email
password
forgot password | create account
about | help | code help+videos | done | prefs
CodingBat code practice

 

andersoniii.edwin@cusd80.com week1 > isAllVowels
prev  |  next  |  chance

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)

public boolean isAllVowels( String word){ }

Editor font size %:
Shorter output


Forget It! -- delete my code for this problem

Progress graphs:
 Your progress graph for this problem
 Random user progress graph for this problem
 Random Epic Progress Graph

Java Help

Misc Code Practice

Difficulty: 110

Copyright Nick Parlante 2017 - privacy