Question: Replacing Vowels with a You are going to write a program that takes a string called mystring and returns the string but with a *
Replacing Vowels with a
You are going to write a program that takes a string called mystring and returns the string but with a in the place of vowels. Assume that vowels are upper and lowercase a e i o u For example, if mystring "Hello" then your program will print H
Some of the code has already been filled out for you. Your task is to complete the program so that it produces some of the sample output below. If you accidentally change anything from the original code, you can copy and paste the code back into the text editor.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
