Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Program has to be written in C#. Any steps or directions would be extremely appreciated! Looning: Write a program named CountVowels that accepts a phrase

image text in transcribed

Program has to be written in C#. Any steps or directions would be extremely appreciated!

Looning: Write a program named CountVowels that accepts a phrase from the user and count the number of vowels in the phrase or a quote. This program continues until user presses 'N' for No. For this exercise count both uppercase and lowercase vowels, but do not consider y to be a vowel. 09 Sample Output Enter a phrase >> I'm not a great programmer; I'm just a good programmer with great habits." There are 21 vowels in: Im not a great programmer; I'm just a good programmer with great habits." Do you have another phrase to test: Press Y for yes and N for no Enter a phrase >> Don't just use your phone program it There are 11 vowels in: Don't just use your phone program it Do you have another phrase to test: Press Y for yes and N for no Press any key to continue Submit CountVowels.cs The first quote is by Kent Beck and the second one is by Obama dhaleem

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 Systems Introduction To Databases And Data Warehouses

Authors: Nenad Jukic, Susan Vrbsky, Svetlozar Nestorov

1st Edition

1943153191, 978-1943153190

More Books

Students also viewed these Databases questions

Question

What is Change Control and how does it operate?

Answered: 1 week ago

Question

How do Data Requirements relate to Functional Requirements?

Answered: 1 week ago