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

Define arrays. Explain review of arrays ?


View

Input an email from the user. You have to create a username from the email by deleting the part that comes after ‘@’. Display that username to the user.

Example : 

email = “mejona@gmail.com” ; username = “mejona” 

email = “helloWorld123@gmail.com”; username = “helloWorld123”


View

Take an array of names as input from the user and print them on the screen.


View

What is AI and how is it being used in different industries?


View
Explain the concept of Direct and In-direct manipulation?
View
A Water Jug Problem: You are given two jugs, a 4-gallon one and a 3-gallon one, a pump which has unlimited water which you can use to fill the jug, and the ground on which water may be poured. Neither jug has any measuring markings on it. How can you get exactly 2 gallons of water in the 4-gallon jug (i) Write down the production rules for the above problem ii) Write any one solution to the above problem
View
How to use database in Golang?
View