#C12871. Remove Vowels from a String
Remove Vowels from a String
Remove Vowels from a String
Given a string, your task is to remove all vowels from it. The vowels are defined as \( a, e, i, o, u, A, E, I, O, U \). This problem tests your ability to manipulate strings and work with input and output using standard input and output.
inputFormat
The input consists of a single line containing the string \( s \) from which vowels need to be removed. Note that the string can contain spaces, punctuation, and may be empty.
outputFormat
Output the resulting string after removing all vowels from the input string.
## sampleaeiouAEIOU