CS 2213 Advanced Programming, Spring 2001 Midterm Exam 1 Comments
Grade Distribution:
- 90-100: 4
- 80-89: 9
- 70-79: 14
- 60-69: 15
- 50-59: 12
- below 50: 11
- Class average: 65
General Comments
- Use 'A' instead of 65.
- You should not return from a program segment.
- You can only break from a loop or case.
- ((k-1)/2 < 0) is not a valid test for the root, use k > 0.
- In the filter you were only allowed to use putchar and getchar, not printf or any other library function.
Temporary link to solutions.