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

Problem Statement Write code to take a string as input and trim

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!