some characters (like %, +, and &) are used within computers for certain functions. When you try to use such characters in a text document, and the document gets parsed, these characters tend to either create an error or get skipped
instead, you have to use "escaped" characters. each...