//Kyu Bae //Program 11B //3-3-00 //Purpose: //This program provides the opportunity to : // 1) Use pointers. // 2) Process strings of characters. // 3) reinforce objectives of previous lab projects. #include #include #include int GetString (int &iCtr); void CheckCapital(char *cString); //input: none //call getstring function and count the string and print the string //output: return 0 int main (void) { char cAnswer; int iCtr=0; for (;;) { cout<> cAnswer; cin.ignore(); cout<"<< cString <