Skip to content

Commit 7cfc74a

Browse files
committed
Count vowel,consonent,digit into a string
1 parent 5f7364b commit 7cfc74a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

CountVowel.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
package Java;
1+
/* Count number of vowel, consonent and digit into a string */
2+
23
import java.util.*;
34

45
public class CountVowel {

0 commit comments

Comments
 (0)