C - onditional Statements
You have a variable
char grade that can be 'A', 'B', 'C', 'D', or 'F'. You want to print a message for each grade. Which is the most efficient way?