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 : Vowels
Create a program that will use the variable letter to represent a string. The
program will determines if letter is a vowel and 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
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
