Convert a numeric grade to a letter grade:
A for grades from 90 to 100B for grades from 80 to 89C for grades from 70 to 79D for grades from 60 to 69F for grades lower than 60An integer that represents the grade.
Print the corresponding letter.
Input:
85
Output:
B