Use the following function. Adjust the percentage marks to suit the grades in your university or region. The following applies in most Nova Scotia universities:
std::string get_grade(unsigned mark)
{
if (mark>=90) return "A+";
if (mark>=85) return "A";
if (mark>=80) return "A-";
if (mark>=77) return "B+";
if (mark>=73) return "B";
if (mark>=70) return "B-";
if (mark>=65) return "C+";
if (mark>=60) return "C";
if (mark>=55) return "C-";
if (mark>=50) return "D";
return("E");
}
Example usage:
unsigned mark = 62; // out of 100
std::cout << "A mark of " << mark << "equates to grade " << get_grade(mark);
Output:
A mark of 62 equates to grade C
what is grading system
what are merits of grading system
objectives of the study about the grading system
i think the grading system was good and i think the grading was passes to 10 class
An entity-relationship diagram of a grading system can be viewed by visiting this website at http://stackoverflow.com/questions/9486156/er-diagram-for-grading-system. There is information included with the diagram about the grading system.
this year grading system will be applied
there are many advantages in cbsc grading system
The grading system in Norway is a scale from 1 to 6
marking system is better than grading system because for intell students
I think there should not be any grading system
The grading system in Norway is a scale from 1 to 6. 6 is the best, and 1 is "F".
Any grading system is better than none! Definitely a boon!