Monday, October 31, 2011

Homework 4 - is vowel

You are to complete exercise 2, p 340, writing a program which contains a user-defined function, isVowel. This is its header:

   bool isVowel(char c)

The user should be prompted to enter a character. Your function isVowel must determine whether the character is a vowel or not. Your code should recognize both uppercase and lowercase vowels.

Sample Output
Here are screenshots of my code running.

Is Vowel input bang

Is Vowel input lowercase e

Is Vowel input uppercase O

Refer to the deliverables post for comment formatting and required program identification information.

Due Date:
Sunday, November 6th, 6:00pm