Question: Write a function called vowelsup that takes a string, and returns a string, with all the vowels capitalized. For example, vowelsup (Hello there) would return

 Write a function called vowelsup that takes a string, and returns

Write a function called vowelsup that takes a string, and returns a string, with all the vowels capitalized. For example, vowelsup ("Hello there") would return the string HEIIO thErE. (note: No, there isn't a standard function to check if a character is a vowel, but you may write your own if you want. For this exercise, consider the vowels to be a, e, I, o, and u. Not y.)

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!