Question: Question 1 25 pts Write a program that prompts the user to input (word/statement), Accepts only letters. The program then: 1. Remove all the vowels
Question 1 25 pts Write a program that prompts the user to input (word/statement), Accepts only letters. The program then: 1. Remove all the vowels from the (word/statement) then output the (word /statement) without vowels. 2. Outputs the number of vowels. 3. Convert the lowercase vowels letters to uppercase and vice versa. Conditions: 1. Use only (while Or do-while loop). 2. Do everything outside the main function except declarations. Sample run: Enter any word/statement: Final Exam Output: 1) Final Exam FinAl exam 2) Fnl xm without vowels. 3) Final Exam contains 4 vowels, which is/are: i. a,e
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
