hello is an array of 5 strings. The first string in the array is set to "Dance". If you want to "cut off" everything but the first three characters from that string you can use the resize function.
I'm not positive but wouldn't string::erase work also? Not sure if you want to erase the characters totally or not but it is a option. Also not sure how this works with arrays since I'm not the best with arrays since I tend to use std containers more often.