Question
Write a program check if a vowel is present in the string?
Vowel contains these characters -> [a,i,e,o,u]
Example
Input
Output
[“Apple”]
Apple contain vowel
[“Hmm”]
Hmm does not contain vowel
Solve the program on
https://www.onlinegdb.com/online_java_compiler