CS 210 – Fundamentals of Programming I
Spring 2007 – Programming Project 1, Part B

70 points
Out: March 21/22
Due: April 2/3


Part B of this first programming project is to implement the program you designed in Part A. The work must be entirely your own, except for any help you may get from the instructor. Submit your source file by emailing it as an attachment to cs210@csserver.evansville.edu by 4:30pm on the due date.


There are some extra implementation criteria that must be met for the project to earn full credit:



5
Doe, Jane
100 98 97 -1
Dopey, Gerald
0 24 88 66 -1
Hill, Howard
44 99 100 100 -1
Jones, Carmen
68 80 75 78 -1
Smith, Tony
69 85 76 -1


Other notes:




Example Program Run

If the file I:\grades.dat contains the data shown above, the output might look something like:


Welcome to CS 210 automated grade book program.

Enter the name of the input file: I:\grades.dat

The grades assigned are:

Name            Average    Grade
--------------------------------
Doe, Jane         98.3       A
Hill, Howard      85.8       B
Smith, Tony       76.7       C
Jones, Carmen     75.3       C
Dopey, Gerald     44.5       F

03/17/07 2