( str6.begin ( ) + 4 ); str6.insert ( str6_Iter , 'e' ); cout << "The string with a character inserted is: " << str6 << endl; // The seventh member function inserts a range // at a specified position in the string string str7a ( "ABCDHIJ" ); string str7b ( "abcd...