Semester -    Subject -

Write a program that will take one string as input. The program will then remove vowels a, e, i, o, and u (in lower or upper case ) from the string. If there are two or more vowels that occur together then the program shall ignore all of those vowelsInput: Compuuter Output: Cmpuutr




Share to whatsapp

More Questions from Module 0

Differentiate between application and data orientation.
View
Explain the concept of Direct and In-direct manipulation?
View

Write an infinite loop using do while condition.


View

Origin of soil


View

What is Apache Zookeeper?


View

Searching for an element x in a matrix.


View

Take an array of numbers as input and check if it is an array sorted in ascending order.

Eg : { 1, 2, 4, 7 } is sorted in ascending order.

       {3, 4, 6, 2} is not sorted in ascending order.


View