Computer Science, asked by vaishnavigarg28, 5 months ago

Write java programs to enter 50 letters from the key board and count the frequency of

each vowel .Display the frequency of each vowel in the following format.



Vowel Frequency

A or a _____

E or e _____

I or I _____

O or o _____

U or u ___​

Answers

Answered by lavanya4737
2

Answer:

i just wrote what i understood from your question.. i hope it can help you friend.

Explanation:

Input : How Good GOD Is. Output : Number of words = 4 Number of vowels = 5 Number of upper case characters = 6 Character = Frequency = 3 Character = . Frequency = 1 Character = D Frequency = 1 Character = G Frequency = 2 Character = H Frequency = 1 Character = I Frequency = 1 Character = O Frequency = 1 Character = d Frequency = 1 Character = o Frequency = 3 Character = s Frequency = 1 Character = w Frequency = 1

Similar questions