Question: Exercise 8 : Vowels Create a program that will use the variable letter to represent a string. The program will determines if letter is a

Exercise 8: Vowels
Create a program that will use the variable letter to represent a string. The
program will determines if letter is a vowel (a,e,i,o, and u). If yes, print
vowel. If no, print not a vowel.
You will need to declare letter and write an input statement for it.
When testing your code you can use the following test data:
Input: a
Output: your letter is a vowel
Exercise 8 : Vowels Create a program that will

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock 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 Programming Questions!