Create a Java program to calculate the number of vowels and consonants and display the letter groups each of your full names | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 2

Create a Java program to calculate the number of vowels and consonants and display the letter groups each of your full names

https://code.sololearn.com/cKbrjrddZsyW/?ref=app what is still lacking in this code so that the output display is like this ?? tampila outpunya Jumlah vokal : 7 (I e i i a a u) JuH Konsonan : 8 (r n B r g t P s)

8th Mar 2019, 3:34 PM
Iren
Iren - avatar
1 Réponse
+ 1
Store the characters in array, then print it along the count
8th Mar 2019, 3:52 PM
Maneren
Maneren - avatar