Question: Write a program using a function Write a function vowels that receives an array of characters an its size, it returns how many vowel letters

 Write a program using a function Write a function vowels that

Write a program using a function Write a function vowels that receives an array of characters an its size, it returns how many vowel letters in that array. The vowel letters are A, E, I, O, and U. Your function should count these letters regardless of their case (small or capital). Write a main function that asks the user to enter 10 characters, reads these characters and stores them in an array. The program then calls the function vowels and prints the number of vowels result

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!