Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Problem You will ask the user for a letter of the alphabet. The prompt portion for your input statement should be exactly the following: Enter

Problem
You will ask the user for a letter of the alphabet. The prompt portion for your input statement should be exactly the following:
"Enter a letter: "
with the colon and one space at the end before the closing quote.
Write a program that determines if the letter the user entered is a vowel (a, A, e, E, i, I, o, O, u and U ). If yes, print _ is a vowel, where the blank is the letter the user entered. If no, print _ is not a vowel, where the blank is the entered letter.
Expected Output
If the usere entered a, then the output would be: a is a vowel
If the user entered I, then the output would be: I is a vowel
If the user entered z, then the output would be: z is not a vowel

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

Essentials of Database Management

Authors: Jeffrey A. Hoffer, Heikki Topi, Ramesh Venkataraman

1st edition

133405680, 9780133547702 , 978-0133405682

Students also viewed these Databases questions

Question

Describe the disciplinary action process.

Answered: 1 week ago

Question

Discuss the Hawthorne experiments in detail

Answered: 1 week ago

Question

Explain the characteristics of a good system of control

Answered: 1 week ago

Question

State the importance of control

Answered: 1 week ago

Question

What are the functions of top management?

Answered: 1 week ago