Computer Science A - 11/8/99 void PrintFirstlast(StringType Name) { int lcv, location = CommaPosition(Name); if(location != npos) { for(lcv = location + 1; lcv < Name.size; lcv++) cout<