Due Wednesday, 1999/10/13
Read sections 5.1 through 5.7 in Deitel and Deitel, with special attention to 5.5 and 5.6. Optionally, read sections 4.1 and 4.2 in Kernighan and Ritchie.
Revise the program you wrote for the Programming Exercise for Assignment 8, the one that counts the number of vowels in the input. Your revised program should include a function "isvowel" which returns a 1 (one) if the integer value passed to it represents a vowel (AaEeIiOoUu), or a 0 (zero) otherwise. Be sure to include both a declaration and a definition for your "isvowel" function.
Copyright © 1999, Ray Ontko (rayo@ontko.com).