So I wanted to add a character to a string, and in some cases wanted to double that characters then add it to a string (i.e. add to it itself first). I tried this as shown b
Adding in the "" changes the return type to a string. Leaving it out means the return type is a char which doesn't match.