CSIS 250 2003
Spring Assignment
02 |
Date Assigned |
02/17/2003 |
Date Due |
02/24/2003 |
Add the following member and test
functions to the program in cArray06.cpp:
bool deleteAtPos(int id)
void testDeleteAtPos(void)
int purgeDupes(void)
void
testPurgeDupes(void)
For each function, include a detailed
description, examples, detailed algorithm, properly indented source code, and
the output generated from the test cases.
Submit the following:
§
Printed source code of
the working program (to get any credit the program has to work)
§
Printed output
§
Self-evaluation table
Self-evaluation Table for
Assignment 02 |
Your
Name: |
Your
Secret Name: |
|
|
Max Score |
Score |
deleteAtPos |
Detailed
description |
5 |
|
Examples |
5 |
|
Detailed
algorithm |
5 |
|
Properly
indented source code |
5 |
|
Output
from test cases (10)
|
0 |
|
testDeleteAtPos |
Detailed
description |
5 |
|
Examples
|
0 |
|
Detailed
algorithm |
5 |
|
Properly
indented source code |
5 |
|
Output from
test cases (10) |
5 |
|
purgeDupes |
Detailed
description |
5 |
|
Examples |
5 |
|
Detailed
algorithm |
5 |
|
Properly
indented source code |
5 |
|
Output
from test cases (10)
|
0 |
|
testPurgeDupes |
Detailed
description |
5 |
|
Examples
|
0 |
|
Detailed
algorithm |
5 |
|
Properly
indented source code |
5 |
|
Output from
test cases (10) |
5 |
|
Total
Score |
80 |
|