JAVA:实现CheckVowels检查元音算法 package com.thealgorithms.strings; import java.util.Arrays; import java.util.HashSet;