nWhen a backslash(\) is used
directly in front of a select group
of characters, the backslash tells the computer
to escape from the way these characters
would normally be interpreted.
nFor this reason, the combination of a backslash and these specific
characters are called escape sequence.
nWe have already encountered an example
nNew line escape sequence: \n