Practical Exam I
Submit the program using the "Hand in" program on my website by 10:50 am (make the code for the test, T1). Any program submitted after that won't be accepted.
Write a C++ program to do the following
Here are sample runs:
Enter a string:
Iyad
2 vowels removed from Iyad. After removing the vowels, the string becomes:
yd
Continue? If yes, press y or Y: y
Enter a string:
SUNY
1 vowel removed from SUNY. After removing the vowels, the string becomes:
SNY
Continue? If yes, press y or Y: y
Enter a string:
Fredonia
4 vowels removed from Fredonia. After removing the vowels, the string becomes:
Frdn
Continue? If yes, press y or Y: n
Press any key to continue ...