Question: Problem Statement Write code to take a string as input and trim all the vowels from starting and end of the string. Input Format String
Problem Statement
Write code to take a string as input and trim all the vowels from starting and end of the string.
Input Format
String
Output Format
String
Evaluation Parameters
1.
Input
"abcde"
Output
"bcd"
Explanation
user takes input as a string i.e "abcde" and trims the "a" and "e" from the string start and end because they are vowels

Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
