Follow the design described in the assignment. [DESIGN: 1-100 points]
Your program must follow the design explained in the assignment. Failure to do that can lead to an arbitrary number of lost points. If the assignment says you must have a method called length with one parameter, write a method called length with one parameter, and make it do what the assignment says it must do. |
Make the program do the right thing. [FUNCTIONAL-REQUIREMENTS: 1-100 points]
Your program must do what the assignment says it must do. Don't make it do something else. |
Read from the source required in the assignment. [INPUT-SOURCE: 1-3 points]
[INPUT-SOURCE] means your program reads input from the wrong place. |
Write to the destination required in the assignment. [OUTPUT-DESTINATION: 1-3 points]
[OUTPUT-DESTINATION] means your program writes output to the wrong place. |