Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

image text in transcribed
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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Concepts

Authors: David M. Kroenke

1st Edition

0130086509, 978-0130086501

More Books

Students also viewed these Databases questions