Optional Programming Lab 7 - Vowel Counter
Submit Assignment
Due Oct 22 by 11:59pm
File Types: cpp
Points: 100
Submitting a file upload
Lab Assignment 6 - Vowel Counter
C++ Programming from Problem Analysis to Program Design by D.S. Malik, 7th ed.
Programming Exercise 2 and 3 on page 451
Write a value-returning function, isVowel, that returns the value true if a given character is a vowel and otherwise returns false. Write a program that prompts the user to input a sequence of characters. Have your function check each character and, when all input is completed, output the number of vowels.