-
I'm very curious on this and I would appreciate it if someone could answer my question on this subject, as I don't have the most experience, and I know there's programmers out there who could assist me on my question. thank you if you do decide to help! |
Beta Was this translation helpful? Give feedback.
Answered by
Emojees
Jan 22, 2025
Replies: 1 comment
-
Using For Loops |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Kuefo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using For Loops
Take the string as input
Take each character from this string to check
If this character is a vowel, increment the count of vowels
Else increment the count of consonants.
Print the total count of vowels and consonants in the end.