Homework 3 Csc309.
Due Monday April 17, 2006 by 11:59pm.
Problem 1
(25 Points)
Problem 4.11 from the text.

Requirements
- Each condition should be a function
- You must pass the array using pointer notation and use pointer arithmetic in at least two of the functions. That is,
*(data + i) not data[i]
- You must use C-Strings not the C++ string class.
Extra Credit
(2 percent)
I suggest doing the extra credit. That is 2 percent applied to your overall percent.
Problem 4.16 from the text

Turn in Instructions
Upload each problem to COL