Skip to content

Commit fe42e9b

Browse files
committed
Count the vowels
1 parent 2d2b9f7 commit fe42e9b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

InterviewPrograms/src/com/java/strings/CountVowels.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@
2525
* say the string is "why"
2626
* there are no Vowels in this word
2727
* Count is 0
28+
*
29+
* Words without vowels are
30+
* sky, spy, try, fly, lynch, myth, dry, why, sync, shy, ply,
31+
* by, cry, crypt, fry, gym, psych,
2832
*/
2933

3034
public class CountVowels {

0 commit comments

Comments
 (0)