It was pointed out by Scott Anderson that on the assignments page I asked you to use the format a-lastname "where a is the letter a (for assignment) n is the number of the assignment, and lastname is (obviously) yours". But he wondered where to put the n (number of the assignment) in that format. What happened is that when I wrote the source for the page I followed (more or less) a common documentation convention where I wrote "a" (which meant the actual letter a) followed by an "n" enclosed in broken brackets (which means that n is a variable for which you will substitue the actual assignment number. Do you know why the "n" in broken brackets failed to appear on the page as you viewed it in your browser? If you are not yet familiar with HTML, take a look at the source of any page and see if you can guess why my n was invisible. In any case, let's use the following format a-n-lastname where n is the assignment number. Thanks.