ok so first im suppose to create an enumerated type called Grade. then
have two functions one function called void displayGrade(Grade)which I need to have as a switch statement which will display my grade,second function is Grade calculateGrade(int) which will receive 1 integer value and will return the correct grade based on the grading scheme in my syllabus but I don't quite understand how to do the enum this is what I have.