001 -- Upload Test: Prove the courseware works (Due 9/6)
Get experience using the courseware by successfully uploading a small working program.
For the sake of argument, use the code provided by the 2006 Assistant, located here.
While you're at it, look at the code, and ask yourself:
-- How can you tell what part of the code is a comment? What does that mean?
-- What purpose do the "blocks" (paragraphs) of code seem to achieve?
-- What observations can you make about the use of specific punctuation characters (semicolons, parentheses, commas, and curly braces)?