Coding Exercise: Switch statement
This exercise uses a switch statement to provide feedback based on which letter is entered.
We'll cover the following...
Problem
Write code for a console application that receives an alphabet from the user. The provided letter has been stored in the letter
variable. ...