Hi, Just a few notes about assignment 1. You will notice 4 marks on the back of your assignments... The marking scheme is as follows: 1. Program Output - 10 marks 2. Comments - 5 marks 3. Code Readability - 5 marks 4. Code Style - 5 marks Some of the things to watch for from assignment 1: 1. Make sure to declare static functions where possible. 2. Use passing by reference where possible. 3. Each function should be preceeded by comments describing its functionality, arguments and return type. 4. Be sure to use the exact test input as described in the assignment. Cheers, Matt