Computer Science A - 11/5/99 void PrintFirstLast(StringType Name) { int lcv, location = CommaPosition(Name); if(location != npos) { if(location < Name.size - 1) for(lcv = location + 1; lcv < Name.size; lcv++) cout< 0) for(lcv = 0; lcv < location; lcv++) cout<& numbers) { for(int pos = 1; pos < Numbers.length(); pos++) for(int insertPos = pos; insertPos > 0l insertPos--) { if(numbers[insertPos - 1] <= numbers[insertPos]) break; swap(numbers[insertPos - 1], numbers[insertPos]); } }