Assignment 01
Home ] Up ]

 

CSIS 250 2002 Spring  Assignment 01

Date Assigned:    01/30/2002

Date Due:            02/08/2001

 

Modify the functions discussed in the class (prog05.cpp) to handle four integer values instead of three integer values.

For each function include a detailed description, detailed algorithm, and properly indented source code.

Submit the following:

·         Printed source code of the working program (to get any credit the program has to work)

·         Printed output

·         Self-evaluation table

 

Your Name:

Self-evaluation Table for Project 01

 

 

Max Score

Score

void max2(int w, int x, int y, int z, int &a, int &b);

Detailed description

5

 

Detailed algorithm

5

 

Properly indented source code

5

 

bool areMax2(int w, int x, int y, int z, int a, int b);

Detailed description

5

 

Detailed algorithm

5

 

Properly indented source code

5

 

void testMax2(void);

Detailed description

5

 

Properly indented source code

5

 

Output

20

 

Total Score

60