Hello! I'm attempting to create a program that takes a phrase and displays only the first word, by putting it into a vector and then displaying the vector. When I run the program, I get the intended word followed by a bunch of characters, and I can't figure out why. If anyone could enlighten me on what I'm doing wrong, I'd really appreciate it. Thank you!