Change this string so it is "Bart Simpson".

elBarto.erase(4, 11);elBarto.erase(3, 12);elBarto.erase(5, 12);elBarto.erase(4, 12);

Wow great work. In this case we give the string two arguments. The first: which index to start erasing from. The second: how many characters to erase.

Snap! In this case we give the string two arguments. The first: which index to start erasing from. The second: how many characters to erase.