Details
Description
- Make class as final.
- Add a private constructor.
- Make the following public static variables as private and final
public static String vowelBag = "aeiouyAEIOUY";
No variables needs to be change for this class.
public static String vowelBag = "aeiouyAEIOUY";
No variables needs to be change for this class.