COMP 110-001 (Spring 2008), Introduction to Programming


    Assignments
      Standard Procedure
      When each assignment is announced, you should first visit the Assignments section of the course web site, and download instructions for the current assignment.

      Then follow these steps:

      For Programming Assignments:
          o read the assignment instructions
          o write down (on paper) an algorithm for completing the assignment (to be handed in)
          o start jGRASP
          o create a new appropriately named Java file for the assignment
          o copy the
          o standard program header into the beginning of your file and fill in the appropriate fields write your program using your algorithm as a guide
          o get your program working to your satisfaction
          o make sure your code is appropriately formatted, commented, etc. (remember that you can use the CSD button in jGRASP to properly indent your program)
          o create a Jar file containing your Java source file(s) - this file should be named lastname_assign#.jar, where # is the assignment number.
          o by 3:00 pm on the due date, turn in your Jar file by e-mail to tpeck(at)cs.unc.edu
          o Answer all written questions (if any) in a .txt file with an appropriate header and e-mail me the .txt file IN THE SAME E-MAIL as the .jar file.