<< Return to Homework Page
Lab 6 - Due: 6/08/06
Of APT's and Arrays
Grading Criteria
10 points total
- 2 pts - Program correctly compiles and runs. (Runs without errors.)
- 1 pt - Program correctly returns a
String
object.
- 1 pt - Program correctly loops through each entry in the array to make a decision on each.
- 2 pts - Program correctly decides to accept or decline for a given entry (-1 for a simple <= vs < type of error).
- 1 pt - Program correctly appends an "A" or "D" - for each iteration through the loop - onto the growing
String
that will be returned.
- 1 pt - Program passes at least 4 of the APT test cases.
- 1 pt - Program passes at least 8 of the APT test cases.
- 1 pt - Program passes all 12 of the APT test cases.