Create a function isvowel() that test whether or not character is a vowel. Use function in a program that reads standard input document and writes to the standard output document, deleting all vowels. Use redirection on a file containing some English text to test your program.