Comp 14: Introduction to Programming

http://www.cs.unc.edu/~adyilie/comp14


    Standard Program Header with Pledge

    Each programming assignment should have the following header, with bracketed text appropriately replaced. Your signed pledge must be on file or your assignment will not be graded.
    For an example, see PROG 0.
    Note: You can copy and paste the header instead of typing it in each time. You will still need to make the appropriate changes for each assignment (assignment number, assignment name, due date, description, input, and output).
    /******************************************************************
     * Program Insert assignment number: Insert assignment name
     * 
     * Programmer: Insert your name
     *
     * Due Date: Insert due date
    
     * 
     * Class: COMP 14         Instructor: Adrian Ilie
     *
     * Pledge: I have neither given nor received unauthorized aid
     * on this program.     (signature on file)
     *
     * 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.
     *
     ******************************************************************/