MCQ Test
Previous Year Papers
Practice Questions
Video Courses
About
MCQ Test
Previous Year Papers
Practice Questions
Video Courses
About
Home
Practice
C++ using OBJECT ORIENTED PROGRAMMING
FUNCTIONS
Problem #461
Problem #461
C++ using OBJECT ORIENTED PROGRAMMING
Write a Java method that checks whether all the characters in a given string are vowels (a, e,i,o,u) or not. Return true if each character in the string is a vowel, otherwise return false.
Your Solution
Submit Solution
Reset