Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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 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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started