Assignment Format and Guidelines for CS 324
/* CS 324.Bolden.........Compiler version...........Your Name
* Date .................Computer & CPU.............Your email address
*
* Brief description of program and objective.
*---------------------------------------------------------------------
*/
All variables should be defined, even if self-explanatory.
Every procedure/function needs a one-line (or more) explanation of purpose.
Input Files
Identify any additional files (by filename.ext) that were used.
Output
Should be self-explanatory (reader need not refer to source code).
Title
Raw & computed data, displayed in easily readable format.
Name of programmer, and date of completion.
Turning assignments in for Grading
Staple all pages together or put all material in a folder.
Arrange pages so source appears first, input file next, then output.
Bringing problems to the instructor
Eliminate all code except the module containing the error and driving
routine(s).
Bring outline/flowchart/pseudocode of program design, indicating
where you believe the problem is occurring.
Bring hard copy of current source code.
Home