Write code for a teachers grading system.

Ask the user for the numeric grade.

If a student receives a grade of a 90 or above, print out "you get an A."

If a student receives a grade of 80 or above, print out "you get a B."

Figure out the rest....


need help <3