Grade Calculator
Calculates the average of a set of scores and its corresponding letter grade. Enter scores separated by commas or spaces.
Calculates the average of a set of scores and its corresponding letter grade. Enter scores separated by commas or spaces.
Use cases
- Averaging assignment scores to check a course grade
- Converting a numeric average into a letter grade
Examples
Four assignment scores
85, 90, 78, 92
{"average": 86.25, "letter_grade": "B"}FAQ
Is my data sent to a server?
Yes — the calculation runs on the server for this tool.