Programming Assignment Submission Guidelines

Fall 2002

Last updated October 04, 2002

WB01591.gif (3829 bytes)

For each programming assignment that you submit provide the following information:

q                 Attach a cover sheet (plain 8 ½ x 11 paper) that provides your name, date, and programming assignment number.  Generate this cover sheet with a word processor and print it.  Do not hand write this sheet.

q                 On the cover sheet include a section that gives a brief description (using your own words) of your solution approach (your design).  Also make a simple diagram showing the major processing steps of your program and the execution flow from one step to the next or alternatively, provide a structure chart showing the modular breakdown of your program.  You are permitted to hand draw your diagram if you do it neatly.

q                 Provide a table that gives expected results from executing your program on selected test data in a form similar to the following. 

Test Input

Expected result

125

75

130

80

135

85

140

90

145

95

 

q                 Print a copy of the C++ program source file.  Print this file using a fixed width font such as Courier.

q                 Use the required input test data values to test your program.

q                 Print a copy of the output produced by running your program on all the input data provided in the expected results table.  Print this program output using a fixed width font such as Courier.

q                 Staple the cover sheet, source file listing, and program output together (in the order indicated) and turn it in at the beginning of class on the designated date.

WB01666.gif (3627 bytes)

billjunk@cs.uidaho.edu