Vowel Checker
Create a variable letter.
Use a switch statement to determine if the letter is a vowel (use lowercase).
Output a message indicating if it's a vowel or not.
Hint - a, e, i, o, u, is vowel.