Problem #428 CORE JAVA PROGRAMMING

Write a Java program to create a method that takes a string as input and throws an exception if the string does not contain vowels.

Your Solution