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.

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

1 Expert Approved Answer
Step: 1 Unlock

Heres a simple Python program that fulfills your requirements using a while loop def processwordword ... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Computer Network Questions!