We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f7364b commit 7cfc74aCopy full SHA for 7cfc74a
1 file changed
CountVowel.java
@@ -1,4 +1,5 @@
1
-package Java;
+/* Count number of vowel, consonent and digit into a string */
2
+
3
import java.util.*;
4
5
public class CountVowel {
0 commit comments