You seem to be using the incorrect "escape" character. The escape character is '\'.
Next on line 28 you're trying to compare a char to a string, remember double quotes denote string constants. Also note if you don't need to escape a double quote within single quotes.