Computer Science, asked by meenakshi14011, 4 months ago

s) write
انت منها
program to count the number of vowel A, in
given string MALAYALAM

و​

Answers

Answered by gs123183
0

Answer:

program to count the number of vowel A, in

given string MALAYALAM?

Explanation:

Read a sentence from the user.

Create a variable (count) initialize it with 0;

Compare each character in the sentence with the characters {'a', 'e', 'i', 'o', 'u' }

If a match occurs increment the count.

Finally print count.

I HOPE IT'S HELP YOU.

AND

PLEASE FOLLOW ME

Similar questions