methodname : boolean isStartsAndEndsWithVowel(String)
checks if the received string begins and ends with a vowel character
eg:
america => true [ begins and ends with 'a']
ice => true [ begins with 'i' and ends with 'e']
banana => false [ begins with 'b'(not vowel) and ends with 'e'
Answers
Answered by
0
Answer:
use= true[begain u and end with e]
Similar questions