Programming Standard 1 (Required)
Any program you turn in must begin with four comment lines containing
//Your Name
//CSI 1430 Summer I 2006
//Name-Of-Assignment
//date
If I were turning in Program 1, I would use the following four comments.
//Peter M. Maurer
//CSI 1430 Summer I 2006
//Program 1
//05/29/06
For assignment name, you can use Program 1, Program 2, Lab 1, Lab 2, or you can use the actual name of the assignment, like "Printing Colors", (if it has one).
--P. Maurer

Comments