Write a program that will count the number of A'S, E'S, I'S, O'S and U'S in a sentence.
Answers
Answered by
1
Answer:
Program should take String as input from user using Scanner class. And it should count occurance of vowels (a,e,i,o,u) separately irrespective of case.
Similar questions