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