Calculation of Grade Point Averages
Grade point average (GPA) is calculated as follows:
    - Multiply the credit hours of each course by the points associated with the grade earned.
- Add the points earned for all courses.
- Divide the total points by the total number of credit hours attempted.
The assigned values for grades are:
    
        
            | A | 4 points | 
        
            | B | 3 points | 
        
            | C | 2 points | 
        
            | D | 1 point | 
        
            | F | 0 points | 
        
            | WF | 0 points |