For the writing assignments, always turn in your assignments
with the following header.
Homework # (assignment number)
Name: Insert your name
Due Date: Insert due date
Class: COMP 110-001, 2008
Instructor: Liang-Jun Zhang
Pledge: I have neither given nor received unauthorized aid
on this homework assignment. (signature)
For the programming assignments, always put the following header in the beginning of your code.
/******************************************************************
* Program Insert
assignment number: Insert assignment name
*
* Programmer: Insert
your name
*
* Due Date: Insert
due date
*
* Class: COMP 110-001,
2008 Instructor: Liang-Jun Zhang
*
* Pledge: I have
neither given nor received unauthorized aid
* on
this program. (signature)
*
* Description: Insert
a brief paragraph describing the program.
*
* Input: Insert a
brief description of user inputs, or "None" if
* there is no user input
*
* Output: Insert a
brief description of the program output.
*
******************************************************************/