Computer Science, asked by pathakshobha300033, 10 months ago

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 ter03404222
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