First, you have to assign the string to the variable mStr. You have changed the original code by replacing the equals sign with a semicolon, which no longer assigns the string to the variable.
Second, your string should all be on the same line. You don’t literally add line breaks in the string, you use escape sequences to add the line breaks.
Give it another try and if you get stuck then post your new code.