Use the following function prototype:
int sumArray(int array[], int nelems);
Implement an array to print a C string, character at a time.
void printString(char string[]);