Question
Show me how Write a program that prompts the user for a student grade average (e.g. 86.7) and outputs what the letter grade should be.
Ensure that your program notifies the user if he/she enters a non-valid average (i.e. one greater than 100 or less than 0).