Project05
Home ] Up ]

 

CSIS 250 2003 Spring Assignment 05

Date Assigned

03/31/2003

Date Due

04/07/2003

 

As discussed in the class, add the following one member and two global functions to cArray14.cpp:

 

void createSummaryCount(int b[], int counts[], int &m);

void displaySummaryCount(int b[], int counts[], int m);

void testCreateSummaryCount(void);

 

For each function, include a detailed description, two examples, detailed algorithm, properly indented source code, and the output generated from the test cases.

Submit the following:

§            Printed source code of only the three functions (to get any credit the program has to work)

§            Source code and executable code on a diskette

§            Printed output

§            Self-evaluation table


Self-evaluation Table for Assignment 05

Your Name:

 

 

Max Score

Score

createSummaryCount

Detailed description

5

 

Two examples

5

 

Detailed algorithm

5

 

Properly indented source code

5

 

Output from test cases (10)

0

 

displaySummaryCount

Detailed description

5

 

Two examples

5

 

Detailed algorithm

5

 

Properly indented source code

5

 

Output from test cases (10)

0

 

testDisplaySummaryCount

Detailed description

5

 

Examples

0

 

Detailed algorithm

5

 

Properly indented source code

5

 

Output from ten test cases

5

 

Total Score

60