Programming Assignment #5

  1. This assignment is comprised of creating a program to read up to (but not more) 25 test grades, then report the number of grades entered; and compute the arithmetic mean (average) and median of the grades. As mentioned, the mean is the arithmetic average and the median is is value in the "middle" of the sorted list. The behavior and layout of this program should be as in the example below. Total points for this assignment will be 99 (33/33/33) points. This assignment is due on or before Tuesday of Finals Week. All objects and techniques necessary for this assignment have been (or will be) covered in class.
  2. 
    
  3. You should refer to the programming guidelines and follow all guidelines presented there. Failure to adhere to any of the assignment specifications/programming guidelines will result in loss of points.
  4. Make sure to keep a copy of the source code that you turn in.
  5. Please feel free to ask questions/send e-mail if any items require clarification.

Hints & Updates: (updated Nov 22)