My program takes the first and last name from a csv file row and puts it into a Google search argument along with another word. The search becomes: John Doe teacher I would like it to be: "John Doe" + teacher How can I get the quotes and the + sign? Thanks!