SOLO 05 Problems

=============================================
0139		

* Assignment was submitted one day late. (-10)
* Works fine.
=============================================
1200		

* Works fine.
=============================================
1292		

* Works fine.
* None of the functions has a header comment. (-10)
=============================================
1679		

* Program works fine.
* Program does not have a program header comment. (-5)
* None of the functions has a header comment. (-10)
=============================================
2279		

* program contained the wrong name for the 
  input file: teamData.dat instead of teamData (-10)
=============================================
2904		

* Nothing turned in.
=============================================
3138		

* Nothing turned in.
=============================================
3305		

* Nothing turned in.
=============================================
4391		

* Works fine.
=============================================
4407		

* If the player has a perfect average, the 
  output is "funny" -- 1e+03
=============================================
4653		


* The display of the information is not aligned well
* If the number of walks is 0, it is not output
  in the report. (-5) 
=============================================
4794		

* Nothing turned in.
=============================================
4931	

* First version of source is on time
* Second version is 3 days late.
* The first version works fine.
=============================================
5210		

* Nothing turned in.
=============================================
5265	

* program contained the wrong name for the 
  input file: teamData.dat instead of teamData (-10)
* Someone who is batting 1000 is reported as 
   batting 0. (-5)
=============================================
5438	

* program contained the wrong name for the 
  input file: TeamData instead of teamData (-10)
=============================================
5669		

* First version of source is on time
* Second version is 1 day late. (-10)
* The loop in readData has a complex 
   structure and a logical flaw.  Assignment
   statments in the loop test can have return
   value of zero (false) that stop the loop
   prematurely. 
* The program reports all batting averages 
  as zero, except one that is 1000. (-10)
* After I repaired the loop by simplifying the 
  loop condition, the program worked correctly.
=============================================
5791		

* Nothing turned in.
=============================================
6105		

* Works fine.
=============================================
6663		

* The display of the information is not aligned well
* If the number of walks is 0, it is not output
  in the report.(-5) 
=============================================
7122		

* program contained the wrong name for the 
  input file: teamData.dat instead of teamData (-10)
* Someone who is batting 1000 is reported as 
   batting 0. (-5)
*  The walks are not reported correctly. 
   Looks like the program only keeps track
   of the latest number of walks, instead of 
   the cumulative number of walks. (-5)
=============================================
7727		

* Nothing turned in.
=============================================
7944	

* The display of the information is not aligned well
* If the number of walks is 0, it is not output
  in the report. (-5)
* None of the functions has a header comment. (-10)
=============================================
8754		

* program contained the wrong name for the 
  input file: teamData.dat instead of teamData (-10)
* The program does not report the number of walks,
  though it does properly count the number of walks. (-5)
=============================================
8784		

* Assignment was submitted 5 days late.
* Program does not compile.
* Really only the initialization and input code
  exists in the program.
* None of the functions has a header comment.
=============================================
8992		

* Nothing turned in.
=============================================
9009		

*  This program is way, way out of spec.  It has no
   hits, walks, or outs arrays.  It doesn't 
   do any of the calculations of batting
   statistics.  It looks most like a copy of 
   the sample "golf scores" code.
*  I'm giving only 1/3 credit.  -- 33
=============================================