/** * Curves the grades of all provided students for the * given homework by the given number of points, capped * at 100 points. */ void curve(int* allStudentIds, int numStudents, int hwNum, int numPoints);