Question: 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
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: Output: Enter any word/statement: Final Exam 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
3.58 Rating (148 Votes )
There are 3 Steps involved in it
Heres a simple Python program that fulfills your requirements using a while loop def processwordword ... View full answer
Get step-by-step solutions from verified subject matter experts
