subject

You are given a string which may contain uppercase letters, lower case letters, white spaces, commas (,), and periods(.). Remove following vowels from the given string. ‘a’,’e’,’I’,’o’,’u’,’A’,’E’,’I’,’O’ ,’U’. It is guaranteed that: There are no two consecutive white spaces in the given strings There are no white spaces at the start and at the end of the given string You will not get an empty string as a result. Input: The first line of i/p contains an integer ‘n’, the length of the given string. Second line of input contain a string. Output: Print the given string without vowels. If the result string contains whitespaces at the start or at the end you must remove them. Constraints: 1<=n<=100 Case 1: Input: 7 E Hello Output: Hll

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 10:30
Choose the best explanation for the following statement communication is symbolic
Answers: 3
question
Computers and Technology, 22.06.2019 12:30
Some of the first computer games were created in the early 1970s by college students experimenting after hours to see what the were capable of doing.
Answers: 3
question
Computers and Technology, 22.06.2019 19:20
Write a program that prompts the user to input a string. the program then uses the function substr to remove all the vowels from the string. for example, if str = "there", then after removing all the vowels, str = "thr". after removing all the vowels, output the string. your program must contain a function to remove all the vowels and a function to determine whether a character is a vowel.
Answers: 2
question
Computers and Technology, 22.06.2019 23:30
To check spelling errors in a document, the word application uses the to determine appropriate spelling. internet built-in dictionary user-defined words other text in the document
Answers: 1
You know the right answer?
You are given a string which may contain uppercase letters, lower case letters, white spaces, commas...
Questions
question
Computers and Technology, 19.07.2019 15:00
Questions on the website: 13722359