0

Please tell this program

program to accept a string and word with maximum number of vowel

9th Nov 2016, 10:28 AM
Shreshth Mishra
Shreshth Mishra - avatar
1 ответ
0
you can make an array with all the vowels and check each char from the input if is equal to one of the vowels and for each match add 1 to a counter. In php there are functions that count the occurrence of a string or char but don't know if there are any in java
9th Nov 2016, 10:40 AM
Jax
Jax - avatar