Average Grade to Letter C++ Code
This code asks for the average grade to give the grade letter.
There are 2 outcomes depending on the user input:
- For values which translates to letters A to D, it will say the user passed and will print the letter.
- For values which translates to F, it will say the user failed.