Question: java Write a method named isAl lVowe ls that returns whether a St ring consists entirely of vowels (a,e,i,o, or u, case-insensitively). If every character

java
Write a method named isAl lVowe ls that returns whether a St ring consists entirely of vowels (a,e,i,o, or u, case-insensitively). If every character of the String is a vowel, your method should return true. If any character of the String is a non-vowel, your method should return false. Your method should return true if passed the empty string, since it does not contain any non-vowel characters. For example, here are some calls to your method and their expected results: Type your solution here: This is a method problem. Write a Java method as described. Do not write a complete program or class; just the method(s) above. Sound F/X Highlighting You passed 8 of 9 tests. Try again
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
