0
Please tell this program
program to accept a string and word with maximum number of vowel
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